I wanted to ask for help adding a test for the wit-bindgen crate, if possible.
I have this repo that implements something very similar to the current demo in the wasmlink crate. The difference is that the host is a Rust application that calls wasmtime the crate to run some wasm plugin. I made this PR to add it as a demo and the conclusion was to add it as a test.
I read the test documentation but I am a bit lost, especially since I have a dependency on:
pulldown-cmark, in the wasm plugin
wasmtime (the crate), in the rust app
Any help is appreciated :)
This is an example with a basic usage of import! from the wit-bindgen-wasmtime crate.
Asked in #59 by @nitishm.
@nitishm, is this what you had in mind?
I hope I have the README correct in the wit-b...