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

Expose the wabt interpreter API #44

Open
axic opened this issue Jul 15, 2019 · 3 comments
Open

Expose the wabt interpreter API #44

axic opened this issue Jul 15, 2019 · 3 comments

Comments

@axic
Copy link
Contributor

axic commented Jul 15, 2019

This would be useful for some use cases since benchmarks show that wabt's speed currently is much better than any other interpreter.

@yurydelendik
Copy link

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).

@axic
Copy link
Contributor Author

axic commented Sep 13, 2019

@yurydelendik yes, wasm-c-api would be nice, but still waiting for VMs to adopt it.

@yurydelendik
Copy link

wasm-c-api would be nice, but still waiting for VMs to adopt it.

@axic The wasm-c-api is being developed on top of v8. I'm currently working on its implementation in wasmtime.

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

2 participants