File tree 2 files changed +1
-4
lines changed 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -824,6 +824,7 @@ jobs:
824
824
instance.test_dyncall*
825
825
instance.test_em_asm*
826
826
instance.test_embind*
827
+ instance.test_module_wasm_memory
827
828
esm_integration.test_fs_js_api*
828
829
esm_integration.test_inlinejs3
829
830
esm_integration.test_embind_val_basics
Original file line number Diff line number Diff line change @@ -830,10 +830,6 @@ def limit_incoming_module_api():
830
830
exit_with_error ('MODULARIZE=instance is not compatible with -sASYNCIFY_LAZY_LOAD_CODE' )
831
831
if options .use_preload_plugins or len (options .preload_files ):
832
832
exit_with_error ('MODULARIZE=instance is not compatible with --embed-file/--preload-file' )
833
- if 'INCOMING_MODULE_JS_API' in user_settings :
834
- for s in ['wasmMemory' , 'INITIAL_MEMORY' ]:
835
- if s in settings .INCOMING_MODULE_JS_API :
836
- exit_with_error (f'{ s } cannot be in INCOMING_MODULE_JS_API in MODULARIZE=instance mode' )
837
833
838
834
if options .oformat in (OFormat .WASM , OFormat .BARE ):
839
835
if options .emit_tsd :
You can’t perform that action at this time.
0 commit comments