Remove test files that stuck around on accident (#1226)

This commit is contained in:
Ryan G 2019-10-16 22:46:16 -04:00 committed by Osspial
parent de33a92a1b
commit 5631cc2528
2 changed files with 0 additions and 22 deletions

View file

@ -1,20 +0,0 @@
<!doctype html>
<html>
<head>
<script type="module">
import { default as init } from './window.js';
async function run() {
console.log("Loading");
await init('./window_bg.wasm');
console.log("Loaded");
}
run();
</script>
</head>
<body>
<canvas id="test_canvas"></canvas>
</body>
</html>

View file

@ -1,2 +0,0 @@
cargo build --target wasm32-unknown-unknown --features web_sys --example window
wasm-bindgen .\target\wasm32-unknown-unknown\debug\examples\window.wasm --out-dir . --target web