1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-06-11 03:51:21 +00:00
Files
crates
examples
add
asm.js
char
closures
comments
console_log
dom
hello_world
import_js
julia_set
math
src
.gitignore
Cargo.toml
README.md
build.sh
index.html
index.js
package.json
webpack.config.js
no_modules
performance
smorgasboard
wasm-in-wasm
README.md
guide
releases
src
tests
.appveyor.yml
.eslintignore
.eslintrc
.gitignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
package.json
yarn.lock
wasm-bindgen/examples/math/index.html

11 lines
256 B
HTML
Raw Normal View History

2018-03-21 10:03:40 -07:00
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
</head>
<body>
<script src='./index.js'></script>
<p>Open the developer console and you should see wasm invoking `Math`
functions</p>
</body>
</html>