-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
This came up in the nodejs PR (nodejs/node#27850), there are some concerns about import a WebAssembly Module that is a program.
We might want to:
- only import some exported symboles and avoiding calling the main function.
- calling the main function in a safe way; seperated memory, forked from the main process.
We don't provide any solution for this, apart from transforming the module AOT because it's part of the spec semantics.
Metadata
Metadata
Assignees
Labels
No labels