summaryrefslogtreecommitdiff
path: root/themes/dist
diff options
context:
space:
mode:
Diffstat (limited to 'themes/dist')
-rw-r--r--themes/dist/output.js4
-rwxr-xr-xthemes/dist/output.wasmbin159329 -> 99246 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/dist/output.js b/themes/dist/output.js
index de4c0ed..6f95b3e 100644
--- a/themes/dist/output.js
+++ b/themes/dist/output.js
@@ -3373,9 +3373,9 @@ var wasmImports = {
};
var wasmExports = createWasm();
var ___wasm_call_ctors = createExportWrapper('__wasm_call_ctors', 0);
-var _malloc = createExportWrapper('malloc', 1);
-var _free = createExportWrapper('free', 1);
var _main = Module['_main'] = createExportWrapper('main', 2);
+var _free = createExportWrapper('free', 1);
+var _malloc = createExportWrapper('malloc', 1);
var _fflush = createExportWrapper('fflush', 1);
var _strerror = createExportWrapper('strerror', 1);
var __emscripten_tempret_set = createExportWrapper('_emscripten_tempret_set', 1);
diff --git a/themes/dist/output.wasm b/themes/dist/output.wasm
index 7c0155e..24a3b4f 100755
--- a/themes/dist/output.wasm
+++ b/themes/dist/output.wasm
Binary files differ