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

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

#802 in WebAssembly

Download history 37/week @ 2024-01-08 15/week @ 2024-01-22 5/week @ 2024-02-12 30/week @ 2024-02-26 15/week @ 2024-03-04 22/week @ 2024-03-11 13/week @ 2024-03-18 7/week @ 2024-03-25

59 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