Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1081,6 +1081,7 @@ jobs:
other.test_min_node_version
other.test_node_emscripten_num_logical_cores
other.test_js_base64_api
other.test_closure_webgpu_wasm64
core2.test_hello_world
core2.test_pthread_create
core2.test_i64_invoke_bigint
Expand Down
1 change: 1 addition & 0 deletions src/lib/libpromise.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ addToLibrary({
},
emscripten_promise_await_unchecked: (id) => {
abort('emscripten_promise_await_unchecked is only available with ASYNCIFY');
return 0;
},
#endif
});
4 changes: 2 additions & 2 deletions test/codesize/test_codesize_hello_dylink_all.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"a.out.js": 268222,
"a.out.js": 268231,
"a.out.nodebug.wasm": 587563,
"total": 855785,
"total": 855794,
"sent": [
"IMG_Init",
"IMG_Load",
Expand Down
Loading