| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1721,7 +1721,7 @@ int main(int argc, char *argv[]) | |||
| 1721 | 1721 | ||
| 1722 | 1722 | if (compiler_options.arg_o == "") { | |
| 1723 | 1723 | if (backend == Backend::wasm) { | |
| 1724 | - err = system(("node " + outfile +".js").c_str()); | ||
| 1724 | + err = system(("node --experimental-wasi-unstable-preview1 " + outfile +".js").c_str()); | ||
| 1725 | 1725 | } else { | |
| 1726 | 1726 | if (compiler_options.platform == LCompilers::Platform::Windows) { | |
| 1727 | 1727 | return system(outfile.c_str()); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments