guide: clean up introduction to the supported types table

This commit is contained in:
Nick Fitzgerald
2018-08-03 16:25:15 -07:00
committed by Alex Crichton
parent 1e1188d9e5
commit 9b87e0c0b0

View File

@ -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 |
|:---:|:---:|:---:|:---:|:---:|:---:|