We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9893b commit 8771907Copy full SHA for 8771907
guide/src/reference/types/numbers.md
@@ -11,6 +11,8 @@
11
12
> **Note**: Wasm is currently a 32-bit architecture, so `isize` and `usize` are 32-bit integers and "fit" into a JavaScript `Number`.
13
14
+> **Note**: `u128` and `i128` require `wasm-bindgen` version 0.2.96 or later.
15
+
16
## Converting from JavaScript to Rust
17
18
`wasm-bindgen` will automatically handle the conversion of JavaScript numbers to Rust numeric types. The conversion rules are as follows:
0 commit comments