mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-28 04:01:33 +00:00
.cargo
crates
examples
add
canvas
char
closures
console_log
dom
duck-typed-interfaces
fetch
guide-supported-types-examples
hello_world
import_js
julia_set
no_modules
paint
performance
wasm-in-wasm
wasm2js
src
.gitignore
Cargo.toml
README.md
build.sh
index.html
index.js
package.json
webpack.config.js
webaudio
webgl
README.md
guide
releases
src
tests
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
build.rs
package.json
publish.rs
5 lines
129 B
JavaScript
5 lines
129 B
JavaScript
![]() |
// Note that since we're not using `WebAssembly` we can do a synchronous import
|
||
|
// here!
|
||
|
import { run } from './wasm2js';
|
||
|
run();
|