29 Star 173 Fork 29

GVP凹语言开发组/凹语言

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
chai2010 提交于 2024-08-02 07:04 +08:00 . 删除 wabt 依赖和废弃的代码
# 版权 @2024 凹语言 作者。保留所有权利。
FROM --platform=linux/amd64 ubuntu:22.04
LABEL org.opencontainers.image.source="https://github.com/wa-lang/wa"
WORKDIR /root
# install git
RUN apt update
RUN apt install -y git
# go run ./builder
COPY ./wa /usr/local/wa
ENV PATH=${PATH}:/usr/local/bin/wa
# docker run --platform linux/amd64 --rm -it wa-lang/wa
CMD ["/bin/bash"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/wa-lang/wa.git
git@gitee.com:wa-lang/wa.git
wa-lang
wa
凹语言
master

搜索帮助