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_time_load creating whole wasmtime VM for each bytecode #163

Open
dev-null-undefined opened this issue Aug 1, 2024 · 0 comments
Open

Comments

@dev-null-undefined
Copy link

ngx_wasm_wasmtime_load(const char *bytecode, size_t size)

Correct me if I am wrong but couldn't we just reuse the same VM over and over as long as the VM configuration is the same.
And pretty much loading would be just calling wasmtime_module_new

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant