Skip to content

Commit 312c45a

Browse files
committed
Fix other.test_closure_webgpu_wasm64
This was broken by #26954 but not covered by CI because we run the `other` testsuite with the emsdk version of node that doesn't support wasm64.
1 parent 478a1af commit 312c45a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,7 @@ jobs:
10811081
other.test_min_node_version
10821082
other.test_node_emscripten_num_logical_cores
10831083
other.test_js_base64_api
1084+
other.test_closure_webgpu_wasm64
10841085
core2.test_hello_world
10851086
core2.test_pthread_create
10861087
core2.test_i64_invoke_bigint

src/lib/libpromise.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ addToLibrary({
274274
},
275275
emscripten_promise_await_unchecked: (id) => {
276276
abort('emscripten_promise_await_unchecked is only available with ASYNCIFY');
277+
return 0;
277278
},
278279
#endif
279280
});

0 commit comments

Comments
 (0)