File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -802,6 +802,7 @@ jobs:
802802 core0.test_async_ccall_promise_jspi*
803803 core0.test_cubescript_jspi
804804 esm_integration.test_fs_js_api*
805+ instance.test_hello_world
805806 "
806807 # Run some basic tests with the minimum version of node that we currently
807808 # support in the generated code.
Original file line number Diff line number Diff line change 7272 'wasm64_v8' ,
7373 'wasm64_4gb' ,
7474 'esm_integration' ,
75+ 'instance' ,
7576]
7677
7778# The default core test mode, used when none is specified
Original file line number Diff line number Diff line change @@ -9786,6 +9786,7 @@ def setUp(self):
97869786 init = lambda self : shared .node_bigint_flags (self .get_nodejs ()))
97879787
97889788esm_integration = make_run ('esm_integration' , init = lambda self : self .setup_esm_integration ())
9789+ instance = make_run ('instance' , emcc_args = ['-Wno-experimental' ], settings = {'MODULARIZE' : 'instance' })
97899790
97909791# Add DEFAULT_TO_CXX=0
97919792strict = make_run ('strict' , emcc_args = [], settings = {'STRICT' : 1 })
You can’t perform that action at this time.
0 commit comments