We are currently using wasmer as a WebAssembly runtime and I'd like to simplify the way host functions are done by using WITX as an interface definition language and generating guest/host bindings with wiggle.
Is there a list of things I would need to do in order to implement a wasmer-wiggle crate? Or could you point me to a list of resources I can use as a starting point?
We are currently using
wasmeras a WebAssembly runtime and I'd like to simplify the way host functions are done by using WITX as an interface definition language and generating guest/host bindings withwiggle.Is there a list of things I would need to do in order to implement a
wasmer-wigglecrate? Or could you point me to a list of resources I can use as a starting point?