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
10 lines
232 B
Bash
Executable File
10 lines
232 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Copyright (C) 2019 Intel Corporation. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
docker build -t wasm-debug-server:1.0 .
|
|
|
|
# delete intermediate docker image
|
|
docker image prune -f
|