mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
- `storage_string` is already a `JsString`, calling `to_string` is redundant - `as_str` is not required, so it is more idiomatic to just use a borrow.
Examples
This directory contains a number of Cargo projects that are all examples of how
to use wasm-bindgen
in various contexts. More documentation can be found
online