Skip to content

Commit

Permalink
Release: Update WebAssembly files
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Sep 17, 2024
1 parent 131d8e2 commit 18991bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions public/assets/salam/salam-wa.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,6 @@ function assert(condition, text) {

// We used to include malloc/free by default in the past. Show a helpful error in
// builds with assertions.
function _malloc() {
abort('malloc() called but not included in the build - add `_malloc` to EXPORTED_FUNCTIONS');
}
function _free() {
// Show a helpful error since we used to include free by default in the past.
abort('free() called but not included in the build - add `_free` to EXPORTED_FUNCTIONS');
Expand Down Expand Up @@ -4206,8 +4203,12 @@ var wasmImports = {
};
var wasmExports = createWasm();
var ___wasm_call_ctors = createExportWrapper('__wasm_call_ctors', 0);
var _malloc = createExportWrapper('malloc', 1);
var _main = Module['_main'] = createExportWrapper('__main_argc_argv', 2);
var _fflush = createExportWrapper('fflush', 1);
var _htonl = createExportWrapper('htonl', 1);
var _htons = createExportWrapper('htons', 1);
var _ntohs = createExportWrapper('ntohs', 1);
var _strerror = createExportWrapper('strerror', 1);
var _emscripten_stack_init = () => (_emscripten_stack_init = wasmExports['emscripten_stack_init'])();
var _emscripten_stack_get_free = () => (_emscripten_stack_get_free = wasmExports['emscripten_stack_get_free'])();
Expand Down
Binary file modified public/assets/salam/salam-wa.wasm
Binary file not shown.

0 comments on commit 18991bf

Please sign in to comment.