We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WebAssemblyCompileOptions
v8::WasmModuleObject::compile
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!
{ builtins: ['js-string'] }
Webassembly.compile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'] }
toWebassembly.compile
. This parameter is missing from the rusty_v8 api. Will this parameter be added in the future? Thanks!The text was updated successfully, but these errors were encountered: