rustwasm / wasm-bindgen

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

Added note for which versions of `wasm-bindgen` support i128 #4262

Closed RunDevelopment closed 1 week ago

RunDevelopment commented 2 weeks ago

I forgot to add this to the docs in #4222. Since numbers are pretty fundamental, I think we should be clear that i128 is only supported in newer versions of WBG.