mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-27 01:51:56 +00:00
.cargo
crates
examples
add
src
.gitignore
Cargo.toml
README.md
build.sh
index.html
index.js
package.json
webpack.config.js
asm.js
canvas
char
closures
comments
console_log
dom
fetch
guide-supported-types-examples
hello_world
import_js
julia_set
math
no_modules
performance
smorgasboard
wasm-in-wasm
webaudio
README.md
guide
releases
src
tests
.appveyor.yml
.eslintignore
.eslintrc
.gitattributes
.gitignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
build.rs
package.json
publish.rs
9 lines
164 B
HTML
9 lines
164 B
HTML
![]() |
<html>
|
||
|
<head>
|
||
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
|
||
|
</head>
|
||
|
<body>
|
||
|
<script src='./index.js'></script>
|
||
|
</body>
|
||
|
</html>
|