summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/test-tools/wamr-ide/WASM-Debug-Server/Docker/README.md
blob: b4738e867ba2f121f5e77d190574d8e30ebeaff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
### 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.