Hi! There's currently no compiled module cache for WASM modules in Node.js. I've started an effort to make one (https://github.com/nodejs/node/issues/36671). There's a POC already.
The POC hijacks WebAssembly.compileStreaming. It uses v8::WasmStreaming::SetCompiledModuleBytes to deserialise a cached module. Please let me know if there's a cleaner approach. Best, N -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/5ec5b62f-55fc-447b-851a-27f71e0728b5n%40googlegroups.com.
