mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 23:15:16 +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`.
|