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

passing WebAssemblyCompileOptions to v8::WasmModuleObject::compile #1629

Open
Yu-zh opened this issue Sep 20, 2024 · 0 comments
Open

passing WebAssemblyCompileOptions to v8::WasmModuleObject::compile #1629

Yu-zh opened this issue Sep 20, 2024 · 0 comments

Comments

@Yu-zh
Copy link

Yu-zh commented Sep 20, 2024

Hello,

Current version of v8 supports the js-string-builtins proposal:
https://github.com/WebAssembly/js-string-builtins/blob/main/proposals/js-string-builtins/Overview.md#using-builtins. To enable this feature, one needs to pass the extra argument { builtins: ['js-string'] } to Webassembly.compile. This parameter is missing from the rusty_v8 api. Will this parameter be added in the future? Thanks!

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