Remove test files that stuck around on accident (#1226)
This commit is contained in:
parent
de33a92a1b
commit
5631cc2528
2 changed files with 0 additions and 22 deletions
20
test.html
20
test.html
|
|
@ -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>
|
||||
2
test.ps1
2
test.ps1
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue