Add nodejs support

This commit is contained in:
momo5502
2025-04-18 16:45:27 +02:00
parent c866380fe0
commit ef72596436
6 changed files with 22 additions and 98 deletions

View File

@@ -0,0 +1,3 @@
Module['preRun'] = () => {
ENV = process.env;
};