1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-06-28 12:11:34 +00:00
Files
.cargo
benchmarks
ci
crates
examples
add
canvas
char
closures
console_log
dom
duck-typed-interfaces
fetch
guide-supported-types-examples
hello_world
import_js
julia_set
paint
performance
raytrace-parallel
request-animation-frame
todomvc
wasm-in-wasm
wasm2js
webaudio
webgl
src
Cargo.toml
README.md
index.html
index.js
package.json
webpack.config.js
websockets
without-a-bundler
without-a-bundler-no-modules
.gitignore
README.md
guide
releases
src
tests
.gitattributes
.gitignore
CHANGELOG.md
CONTRIBUTING.md
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
_package.json
azure-pipelines.yml
build.rs
publish.rs
wasm-bindgen/examples/webgl/index.html

9 lines
177 B
HTML
Raw Normal View History

2018-09-15 23:28:15 -07:00
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
</head>
<body>
<canvas id="canvas" height="150" width="150" />
</body>
</html>