#wasm-edge #host #bindgen #type #vec #primitive #pass

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

#879 in WebAssembly

Download history 33/week @ 2024-01-05 4/week @ 2024-01-12 14/week @ 2024-01-19 1/week @ 2024-01-26 3/week @ 2024-02-09 2/week @ 2024-02-16 15/week @ 2024-02-23 24/week @ 2024-03-01 17/week @ 2024-03-08 20/week @ 2024-03-15 4/week @ 2024-03-22 39/week @ 2024-03-29 86/week @ 2024-04-05 40/week @ 2024-04-12 57/week @ 2024-04-19

222 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