Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasm-sdk: explore compilation caching #3650

Open
srenatus opened this issue Jul 14, 2021 · 1 comment
Open

wasm-sdk: explore compilation caching #3650

srenatus opened this issue Jul 14, 2021 · 1 comment
Labels
inactive investigating Issues being actively investigated ir/wasm performance

Comments

@srenatus
Copy link
Contributor

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)

@srenatus srenatus added ir/wasm performance investigating Issues being actively investigated labels Jul 14, 2021
@stale
Copy link

stale bot commented Nov 22, 2021

This issue has been automatically marked as inactive because it has not had any activity in the last 30 days.

@stale stale bot added the inactive label Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inactive investigating Issues being actively investigated ir/wasm performance
Projects
None yet
Development

No branches or pull requests

1 participant