wabt-rs icon indicating copy to clipboard operation
wabt-rs copied to clipboard

Expose the wabt interpreter API

Open axic opened this issue 5 years ago • 3 comments

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

axic avatar Jul 15 '19 14:07 axic

The alternative is to use wasm-c-api -- there is https://github.com/WebAssembly/wabt/issues/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).

yurydelendik avatar Sep 13 '19 15:09 yurydelendik

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

axic avatar Sep 13 '19 15:09 axic

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.

yurydelendik avatar Sep 13 '19 16:09 yurydelendik