mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-27 03:31:35 +00:00
crates
examples
add
asm.js
char
closures
comments
console_log
dom
hello_world
import_js
math
no_modules
performance
smorgasboard
wasm-in-wasm
src
.gitignore
Cargo.toml
README.md
build.sh
index.html
index.js
package.json
webpack.config.js
README.md
guide
releases
src
tests
.appveyor.yml
.eslintrc.js
.gitignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
package-lock.json
package.json
yarn.lock
10 lines
224 B
HTML
10 lines
224 B
HTML
![]() |
<html>
|
||
|
<head>
|
||
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
|
||
|
</head>
|
||
|
<body>
|
||
|
<script src='./index.js'></script>
|
||
|
<p>The developer console should have messages in it</p>
|
||
|
</body>
|
||
|
</html>
|