We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
other.test_closure_webgpu_wasm64
1 parent 478a1af commit 312c45aCopy full SHA for 312c45a
2 files changed
.circleci/config.yml
@@ -1081,6 +1081,7 @@ jobs:
1081
other.test_min_node_version
1082
other.test_node_emscripten_num_logical_cores
1083
other.test_js_base64_api
1084
+ other.test_closure_webgpu_wasm64
1085
core2.test_hello_world
1086
core2.test_pthread_create
1087
core2.test_i64_invoke_bigint
src/lib/libpromise.js
@@ -274,6 +274,7 @@ addToLibrary({
274
},
275
emscripten_promise_await_unchecked: (id) => {
276
abort('emscripten_promise_await_unchecked is only available with ASYNCIFY');
277
+ return 0;
278
279
#endif
280
});
0 commit comments