Could Cowasm run inside a Stackblitz-webcontainer? #57
Unanswered
martin12333
asked this question in
Q&A
Replies: 1 comment
-
It optionally uses a module called However, if posix-node isn't available, then cowasm will still run from nodejs, and I think there are no other native code dependencies. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I understand correctly, Cowasm , when being run from nodejs, is Js+wasm, no native-code files, that's important.
// I plan to study and do experiments
( https://github.com/stackblitz/webcontainer-core )
Beta Was this translation helpful? Give feedback.
All reactions