mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 23:15:16 +00:00
e8f0c9580b
including: - enable macOS support - documentation improvements - fix some warnings
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.
|