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>
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|||
return real;
|
||||
}
|
||||
function __wbg_adapter_20(arg0, arg1) {
|
||||
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h648b303b06146952(arg0, arg1);
|
||||
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he878b5719967bfcb(arg0, arg1);
|
||||
}
|
||||
|
||||
function __wbg_adapter_23(arg0, arg1, arg2) {
|
||||
|
|
@ -801,16 +801,16 @@ function __wbg_get_imports() {
|
|||
const ret = wasm.memory;
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper699 = function(arg0, arg1, arg2) {
|
||||
imports.wbg.__wbindgen_closure_wrapper698 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 125, __wbg_adapter_20);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper2728 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 516, __wbg_adapter_23);
|
||||
imports.wbg.__wbindgen_closure_wrapper2729 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 519, __wbg_adapter_23);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper2730 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 516, __wbg_adapter_23);
|
||||
imports.wbg.__wbindgen_closure_wrapper2731 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 519, __wbg_adapter_23);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
|
||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue