Skip to content

Commit 46d7eab

Browse files
committed
Add some test coverage of of MODULARIZE + WASM_WORKERS + closure under node. NFC
These combinations were previously only covered by browser tests.
1 parent c05d5fd commit 46d7eab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9569,7 +9569,9 @@ def test_emscripten_async_load_script(self):
95699569
@node_pthreads
95709570
@no_asan('ASan does not support WASM_WORKERS')
95719571
@also_with_minimal_runtime
9572+
@also_with_modularize
95729573
def test_wasm_worker_hello(self):
9574+
self.maybe_closure()
95739575
self.do_run_in_out_file_test('wasm_worker/hello_wasm_worker.c', emcc_args=['-sWASM_WORKERS'])
95749576

95759577
@node_pthreads

0 commit comments

Comments
 (0)