Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could Cowasm run inside a Stackblitz-webcontainer? #48

Closed
martin12333 opened this issue Dec 12, 2022 · 1 comment
Closed

Could Cowasm run inside a Stackblitz-webcontainer? #48

martin12333 opened this issue Dec 12, 2022 · 1 comment

Comments

@martin12333
Copy link

martin12333 commented Dec 12, 2022

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 )

@martin12333 martin12333 changed the title Could Cowasm run inside a Stackblitz webcontainer? Could Cowasm run inside a Stackblitz-webcontainer? Dec 12, 2022
@williamstein
Copy link
Contributor

williamstein commented Dec 12, 2022

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.

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants