mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-20 04:00:52 +00:00
Add support for the primitive type arrays, and additionally switch `ByteString` to `String` instead of `Vec<u8>` according to the online documentation.
9 lines
156 B
Rust
9 lines
156 B
Rust
extern crate wasm_bindgen_test_project_builder as project_builder;
|
|
use project_builder::project;
|
|
|
|
mod consts;
|
|
mod enums;
|
|
mod simple;
|
|
mod throws;
|
|
mod array;
|