You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wasmtime (the wasm runtime used in OPA) supports caching the output of JIT compiling a wasm module.
We could explore if that brings us any benefits. One thing is that currently, in our VM pool, each one will compile the wasm module itself; this could be avoided.
Wasmtime (the wasm runtime used in OPA) supports caching the output of JIT compiling a wasm module.
We could explore if that brings us any benefits. One thing is that currently, in our VM pool, each one will compile the wasm module itself; this could be avoided.
(Currently, configuring this requires config files 👉 bytecodealliance/wasmtime#3085)
The text was updated successfully, but these errors were encountered: