mirror of
				https://github.com/bytecodealliance/wasm-micro-runtime.git
				synced 2025-10-31 05:11:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			485 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			485 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/debug.sh` is the script to execute the wasm app in debug mod, will start up the debugger server inside of the `iwasm` and hold to wait for connecting.
 | |
| -   `resource/run.sh` is the script to execute the wasm app directly.
 | 
