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

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

#867 in WebAssembly

Download history 51/week @ 2024-11-22 51/week @ 2024-11-29 274/week @ 2024-12-06 68/week @ 2024-12-13 1/week @ 2025-01-17 2/week @ 2025-01-31 9/week @ 2025-02-07 7/week @ 2025-02-14 4/week @ 2025-02-21 11/week @ 2025-02-28 29/week @ 2025-03-07

52 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