mirror of
				https://github.com/bytecodealliance/wasm-micro-runtime.git
				synced 2025-10-31 13:17:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			334 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			334 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ### Build Docker Image
 | |
| 
 | |
| -   Linux
 | |
| 
 | |
|     ```shell
 | |
|     ./build_docker_image.sh
 | |
|     ```
 | |
| 
 | |
| -   Windows
 | |
| 
 | |
|     ```shell
 | |
|     ./build_docker_image.bat
 | |
|     ```
 | |
| 
 | |
| ### Resource Details
 | |
| 
 | |
| -   `Dockerflie` is the source file to build `wasm-debug-server` docker image.
 | |
| -   `resource/build_wasm.sh` is the script to compile the wasm app with `wasi-sdk`.
 | 
