mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-13 04:51:23 +00:00
guide: clean up introduction to the supported types table
This commit is contained in:
committed by
Alex Crichton
parent
1e1188d9e5
commit
9b87e0c0b0
@ -1,6 +1,7 @@
|
||||
# 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 and receive across the WebAssembly ABI boundary.
|
||||
|
||||
| Type | `T` parameter | `&T` parameter | `&mut T` parameter | `T` return value | `Option<T>` parameter | `Option<T>` return value |
|
||||
|:---:|:---:|:---:|:---:|:---:|:---:|
|
||||
|
Reference in New Issue
Block a user