[ANN] wasmtime 0.0.1: lightweight WebAssembly runtime

We just released a first version of a package providing OCaml bindings to the wasmtime WebAssembly runtime. The package is available on opam and can be found in this GitHub repo. It can be used to run .wasm modules in an OCaml process, including modules making system calls through WASI.
For now, the package only provides a low-level api closely matching the Rust implementation. We intend to provide a higher level api on top of this.
The GitHub repo contains various examples in the tests directory which reproduce some examples from the main wasmtime repo.
Feedback/issue reports are very welcome!

15 Likes