📄️ WasmEdge-Bindgen Introduction
Passing complex data like a string is difficult for WebAssembly since WASM does not have a string data type. That's why we have the WasmEdge-Bindgen project. The Wasmedge-Bindgen project provides Rust macros for functions to accept and return complex data types and then for functions in the host to call such Rust functions running in WasmEdge.
📄️ Rust Host application with wasmedge-bindgen
Work in Progress
📄️ Go Host application with wasmedge-bindgen
Work in Progress