mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-18 23:41:24 +00:00
doc: Add number suffix hint for JS function calls
This commit is contained in:
@ -29,3 +29,6 @@ impl VecU32 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Since Rust has no function overloading, the `call#` method also requires a
|
||||||
|
number representing the amount of arguments passed to the JavaScript closure.
|
||||||
|
Reference in New Issue
Block a user