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

feat: expose wasi options in the manifest + add CompiledPlugin #20

Merged
merged 7 commits into from
Dec 24, 2024

Conversation

evacchi
Copy link
Contributor

@evacchi evacchi commented Dec 12, 2024

  • WASI was simply always instantiated, with no way to configure it further. Now it is disabled by default, and it is instantiated only when WASI options are provided.
  • We also provide an implementation of CompiledPlugin that keeps a cache of pre-processed modules (pre-compiled if aot==true) and allows instantiation all at once, several times.

Signed-off-by: Edoardo Vacchi <[email protected]>
Signed-off-by: Edoardo Vacchi <[email protected]>
Signed-off-by: Edoardo Vacchi <[email protected]>
Signed-off-by: Edoardo Vacchi <[email protected]>
Signed-off-by: Edoardo Vacchi <[email protected]>
@evacchi evacchi merged commit bdc8ef5 into main Dec 24, 2024
2 checks passed
@evacchi evacchi mentioned this pull request Dec 24, 2024
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

Successfully merging this pull request may close these issues.

1 participant