File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed 
eng/pipelines/common/templates Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ resources:
8585      image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8 
8686
8787    - container : browser_wasm 
88-       image : mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-webassembly 
88+       image : mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-webassembly-20230913040940-1edc1c6  
8989      env :
9090        ROOTFS_DIR : /crossrootfs/x64 
9191
9292    - container : wasi_wasm 
93-       image : mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-webassembly 
93+       image : mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-webassembly-20230913040940-1edc1c6  
9494      env :
9595        ROOTFS_DIR : /crossrootfs/x64 
9696
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ or for just native rebuild
1717./build.sh -bl -os wasi -subset mono.runtime+libs.native+mono.wasiruntime -c Debug
1818``` 
1919
20+ 
2021### 3. Run it  
2122
2223Finally, you can build and run the sample:
@@ -49,4 +50,4 @@ Download the Mono Debug extension and configure a launch.json like this:
4950        } 
5051    ] 
5152} 
52- ``` 
53+ ``` 
Original file line number Diff line number Diff line change 44
55  <!-- 
66      Required public items/properties: 
7-       - $(WasmMainJSPath) 
8- 
97      - $(EMSDK_PATH)      - points to the emscripten sdk location. 
108
119      Public properties (optional): 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments