mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-05 00:51:22 +00:00
Merge pull request #810 from Tarnadas/doc/js-sys-function
doc: Add number suffix hint for JS function calls
This commit is contained in:
commit
3f92607be2
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user