Skip to content

Commit

Permalink
Document rustwasm#2614
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-Bertholet committed Jul 14, 2021
1 parent 576d940 commit 90c4c0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guide/src/reference/types/boxed-jsvalue-slice.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
| Yes | No | No | Yes | Yes | Yes | A JavaScript `Array` object |

Boxed slices of imported JS types and exported Rust types are also supported. `Vec<T>` is supported wherever `Box<[T]>` is.

## Example Rust Usage

```rust
Expand Down

0 comments on commit 90c4c0c

Please sign in to comment.