1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-07-17 13:11:56 +00:00
Files
.cargo
crates
examples
add
asm.js
canvas
char
closures
comments
console_log
dom
guide-supported-types-examples
hello_world
import_js
src
.gitignore
Cargo.toml
README.md
build.sh
defined-in-js.js
index.html
index.js
package.json
webpack.config.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
package-lock.json
package.json
yarn.lock
wasm-bindgen/examples/import_js/index.html

10 lines
243 B
HTML
Raw Normal View History

<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
</head>
<body>
<script src='./index.js'></script>
<p>Open up the developer console and you should see "Hello from Rust!"</p>
</body>
</html>