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

Runtime: take into account single-threaded requirements #5278

Open
xdoardo opened this issue Dec 3, 2024 — with Linear · 0 comments · May be fixed by #5284
Open

Runtime: take into account single-threaded requirements #5278

xdoardo opened this issue Dec 3, 2024 — with Linear · 0 comments · May be fixed by #5284
Assignees
Labels
📦 lib-cli About wasmer-cli wasix

Comments

Copy link
Contributor

xdoardo commented Dec 3, 2024

Some rts (i.e. engines), such as V8, require wasm objects to be created on the same thread the wasm code will be executed in. We need to adapt the CLI and the WASIX code to take this into account.

@xdoardo xdoardo added wasix 📦 lib-cli About wasmer-cli labels Dec 3, 2024 — with Linear
@xdoardo xdoardo self-assigned this Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 lib-cli About wasmer-cli wasix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant