mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-29 13:06:06 +03:00
guide: Rename "Type Reference" section to "Supported Types"
This commit is contained in:
parent
9e03dba413
commit
536bf5e0d7
@ -14,7 +14,7 @@
|
|||||||
- [Passing Arbitrary data](./reference/passing-data.md)
|
- [Passing Arbitrary data](./reference/passing-data.md)
|
||||||
- [Feature Reference](./reference/feature-reference.md)
|
- [Feature Reference](./reference/feature-reference.md)
|
||||||
- [Command Line Interface](./reference/cli.md)
|
- [Command Line Interface](./reference/cli.md)
|
||||||
- [Type Reference](./reference/reference.md)
|
- [Supported Types](./reference/types.md)
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Reference
|
# Supported Types
|
||||||
|
|
||||||
The table below provides an overview of all the types that wasm-bindgen can send/receive across the wasm ABI boundary.
|
The table below provides an overview of all the types that wasm-bindgen can send/receive across the wasm ABI boundary.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user