#wasm-edge #host #type

wasmedge-bindgen

Pass string, vec and primitive types from host to webassembly

9 releases

0.4.1 Nov 18, 2022
0.4.0 Jul 6, 2022
0.1.14 Jun 16, 2022
0.1.13 Jan 11, 2022
0.1.8 Dec 23, 2021

#911 in WebAssembly

45 downloads per month

MIT/Apache

2KB

About

This crate contains some host functions for wasmedge-bindgen to use. You should just import it and don't need to care about any other things.

use wasmedge_bindgen::*;

No runtime deps