mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 15:05:19 +00:00
3693cbe54d
Related to https://github.com/bytecodealliance/wasm-micro-runtime/issues/1418. Suppress hadolint warnings for pinning version. This is because these warnings are for reproducible builds. But for development and CIs, ordinary case developers have to use the latest packages. |
||
---|---|---|
.. | ||
resource | ||
.dockerignore | ||
build_docker_image.bat | ||
build_docker_image.sh | ||
Dockerfile | ||
README.md |
Build Docker Image
-
Linux
./build_docker_image.sh
-
Windows
./build_docker_image.bat
Resource Details
Dockerflie
is the source file to buildwasm-debug-server
docker image.resource/build_wasm.sh
is the script to compile the wasm app withwasi-sdk
.