In https://github.com/WasmEdge/WasmEdge/issues/1877 mentioned we'd like to use some serialize/deserialize protocol to replace interface type. Here we want to use wasmedge-bindgen to achieve this.
Current wasmedge-bindgen could only work when using rust to call export function from wasm. We'd like to add wasm to wasm support to wasmedge-bindgen.
In https://github.com/WasmEdge/WasmEdge/issues/1877 mentioned we'd like to use some serialize/deserialize protocol to replace interface type. Here we want to use wasmedge-bindgen to achieve this.
Current wasmedge-bindgen could only work when using rust to call export function from wasm. We'd like to add wasm to wasm support to wasmedge-bindgen.
We might need: