mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-14 03:52:19 +03:00
parent
bf39cfd8bc
commit
872c57e2dd
@ -4,6 +4,8 @@
|
|||||||
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|
||||||
| Yes | No | No | Yes | Yes | Yes | A JavaScript `Array` object |
|
| 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
|
## Example Rust Usage
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
Loading…
Reference in New Issue
Block a user