mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-13 04:51:23 +00:00
Add support for more slice types in WebIDL
Add support for the primitive type arrays, and additionally switch `ByteString` to `String` instead of `Vec<u8>` according to the online documentation.
This commit is contained in:
@ -5,3 +5,4 @@ mod consts;
|
||||
mod enums;
|
||||
mod simple;
|
||||
mod throws;
|
||||
mod array;
|
||||
|
Reference in New Issue
Block a user