rustwasm / wasm-bindgen

Facilitating high-level interactions between Wasm modules and JavaScript
https://rustwasm.github.io/docs/wasm-bindgen/
Apache License 2.0
7.83k stars 1.08k forks source link

Add test for most data conversions #4281

Open RunDevelopment opened 3 days ago

RunDevelopment commented 3 days ago

This PR adds the echo test from #4188. This test includes simple functions for most data types WBG supports, so it essentially tests the code gen converting those data types to and from WASM.