improve build script arguments

This commit is contained in:
ading2210 2024-01-23 02:46:19 -05:00
parent 5ecb30d5ed
commit 8ad11cd515
3 changed files with 17 additions and 2 deletions

View file

@ -3,6 +3,11 @@ var asm ?= ?createWasm\(\);
*/
var asm = null;
/* REPLACE
var wasmExports ?= ?createWasm\(\);
*/
var wasmExports = null;
/* DELETE
run\(\);\n\n
*/