Hi There,
There seem to be two formats for defining a module interface, wit (wit-bindgen) and witx (wiggle). How do these relate and which is deemed most future proof? I understand there is not finalized spec for this feature set. But, just from reading the docs, it is hard to make a more informed choice than a coin flip.
wiggle is what wasmtime currently uses to generate WASI bindings. We are in the process of migrating toward using wit-bindgen. wit-bindgen is the future here.
Ah thanks, that's good to know!
Last updated: Nov 22 2024 at 17:03 UTC