second-state / wasmedge-bindgen

Let WebAssembly's exported function support more data types for its parameters and return values.
Apache License 2.0
29 stars 8 forks source link

Add wasm to wasm support #9

Closed dm4 closed 1 year ago

dm4 commented 1 year ago

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:

dm4 commented 1 year ago

replace this issue by https://github.com/WasmEdge/WasmEdge/issues/1981