load wasm binary manually

This commit is contained in:
ading2210 2024-01-18 20:14:11 -05:00
parent 0b14c32b25
commit 5ecb30d5ed
6 changed files with 41 additions and 8 deletions

View file

@ -0,0 +1,8 @@
/* REPLACE
var asm ?= ?createWasm\(\);
*/
var asm = null;
/* DELETE
run\(\);\n\n
*/