mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-14 12:02:23 +03:00
af922fb670
- `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. |
||
---|---|---|
.. | ||
add | ||
canvas | ||
char | ||
closures | ||
console_log | ||
dom | ||
duck-typed-interfaces | ||
fetch | ||
guide-supported-types-examples | ||
hello_world | ||
import_js | ||
julia_set | ||
paint | ||
performance | ||
raytrace-parallel | ||
request-animation-frame | ||
todomvc | ||
wasm2js | ||
wasm-in-wasm | ||
webaudio | ||
webgl | ||
websockets | ||
without-a-bundler | ||
without-a-bundler-no-modules | ||
.gitignore | ||
README.md |
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