i/o stuff: skeleton framework for morgue files, and a config.toml file
This commit is contained in:
parent
b2010958e7
commit
3023a33cc5
17 changed files with 209 additions and 56 deletions
|
|
@ -9,10 +9,10 @@
|
|||
<figure>
|
||||
<canvas id="canvas" width="640" height="480"></canvas>
|
||||
</figure>
|
||||
<script src="./rust-llyrl.js"></script>
|
||||
<script src="./rust-rl.js"></script>
|
||||
<script>
|
||||
window.addEventListener("load", async () => {
|
||||
await wasm_bindgen("./rust-llyrl_bg.wasm");
|
||||
await wasm_bindgen("./rust-rl_bg.wasm");
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue