File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -824,6 +824,7 @@ jobs:
824824            instance.test_dyncall* 
825825            instance.test_em_asm* 
826826            instance.test_embind* 
827+             instance.test_module_wasm_memory 
827828            esm_integration.test_fs_js_api* 
828829            esm_integration.test_inlinejs3 
829830            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():
830830      exit_with_error ('MODULARIZE=instance is not compatible with -sASYNCIFY_LAZY_LOAD_CODE' )
831831    if  options .use_preload_plugins  or  len (options .preload_files ):
832832      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' )
837833
838834  if  options .oformat  in  (OFormat .WASM , OFormat .BARE ):
839835    if  options .emit_tsd :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments