Skip to content
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

Copy the WebRuntime from wasmer.sh into the wasmer-js repository #323

Closed
Michael-F-Bryan opened this issue Jul 19, 2023 · 1 comment
Closed
Assignees

Comments

@Michael-F-Bryan
Copy link
Contributor

With the switch from wasmer-wasi to wasmer-wasix, we now need to provide a wasmer_wasix::runtime::Runtime implementation for things like network access and task management.

We've already implemented this for browser environments as part of wasmer.sh, so we should be able to reuse a lot of code from there:

https://github.com/wasmerio/wasmer/blob/3dbe13dfd611a440a96faa137fbbafc5cbb1f20f/lib/wasi-web/src/runtime.rs#L49-L107

@Michael-F-Bryan Michael-F-Bryan self-assigned this Jul 19, 2023
@Michael-F-Bryan
Copy link
Contributor Author

Implemented in #328.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant