We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c6a07 commit 9880e43Copy full SHA for 9880e43
README.md
@@ -10,6 +10,7 @@ A driver to run python code in a wasm environment, almost like running vanilla p
10
Here we assume a file `main.py` located at `~/foo/bar/main.py`.
11
12
```bash
13
+# run with node
14
pyjs_code_runner run script \
15
node \
16
--conda-env ~/micromamba/envs/my_env `# the emscripten-forge env` \
0 commit comments