rusty_v8 icon indicating copy to clipboard operation
rusty_v8 copied to clipboard

passing `WebAssemblyCompileOptions` to `v8::WasmModuleObject::compile`

Open Yu-zh opened this issue 1 year ago • 0 comments

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!

Yu-zh avatar Sep 20 '24 09:09 Yu-zh