node icon indicating copy to clipboard operation
node copied to clipboard

v8,tools: expose experimental wasm revectorize feature

Open yolanda15 opened this issue 5 months ago • 7 comments

The wasm simd256 revectorization feature is enabled by default when v8_enable_webassembly is true on x64 target in V8. At runtime it will be enabled through flag --experimental-wasm-revectorize.

This PR adds the build configuration in Node to enable this feature and make it explicitly accessible through the same runtime flag for x64 build.

yolanda15 avatar Sep 12 '24 07:09 yolanda15