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
The alternative is to use wasm-c-api -- there is WebAssembly/wabt#1158 filed for that. It might be a good idea to develop generic wasm-c-api wrapper, so the users will be agnostic to an engine implementation (wabt, v8, wasmtime).
This would be useful for some use cases since benchmarks show that wabt's speed currently is much better than any other interpreter.
The text was updated successfully, but these errors were encountered: