Is the description here 
: https://v8.dev/docs/wasm-compilation-pipeline#code-caching still accurate?

I was trying to confirm that using WebAssembly.compileStreaming would cache 
the optimized code, but I couldn't find the v8.wasm.cachedModule logs in 
the trace, nor the v8.wasm.moduleCacheHit logs.

Is there any case where Chrome will cache optimized WASM code in the case 
that WebAssembly.instantiate is used? Or does it strictly require that 
WebAssembly.compileStreaming or WebAssembly.instantiateStreaming be used?

-- 
-- 
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-dev/0305cb61-6162-4cd1-adde-226be3249ff9n%40googlegroups.com.

Reply via email to