You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is Js+wasm, no native-code files, that's important.
It optionally uses a module called posix-node which I also wrote (in Zig) to expose a lot of extra posix functionality, e.g., the networking stack (which is used by python so far). https://www.npmjs.com/package/posix-node
However, if posix-node isn't available, then cowasm will still run from nodejs, and I think there are no other native code dependencies.
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 )
The text was updated successfully, but these errors were encountered: