web-wasm,web-wasi: Add build tools

- Binaryen
- wabt
- WASI runtimes: wasmtime, wasmer, wavm, wasm3
This commit is contained in:
Matt McCormick
2022-01-01 21:40:22 -05:00
parent f096312a46
commit 6f3a3aad49
6 changed files with 80 additions and 8 deletions

View File

@ -54,6 +54,8 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
#include "common.docker"
#include "common.webassembly"
ENV EMSCRIPTEN_VERSION 3.0.0
ENV PATH /emsdk:/emsdk/upstream/bin/:/emsdk/upstream/emscripten:${PATH}