Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions wasicontainer/install-wasi.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#! /bin/bash -ex

# https://github.com/WebAssembly/wasi-sdk/releases
WASI_SDK_VERSIONS=(
# 21 for 3.11 & 3.12 is special-cased below.
24 # 3.13 (w/ special symlinking below), 3.14
29 # 3.15
30 # 3.15
)
WASMTIME_VERSION="39.0.1"
# https://github.com/bytecodealliance/wasmtime/releases
WASMTIME_VERSION="41.0.3"

WASI_SDK_ROOT=/opt

Expand Down