File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# prerequisites
4
4
#
5
- # https://github.com/WebAssembly/wasi-libc/pull/483 (wasi-sdk 22.0? )
6
- # https://github.com/WebAssembly/wasi-libc/pull/473 (wasi-sdk 22.0? )
5
+ # https://github.com/WebAssembly/wasi-libc/pull/483 (wasi-sdk 22.0)
6
+ # https://github.com/WebAssembly/wasi-libc/pull/473 (wasi-sdk 22.0)
7
7
# https://github.com/WebAssembly/binaryen/pull/6294 (version_117)
8
8
# https://github.com/WebAssembly/binaryen/pull/6259 (version_117)
9
9
# https://github.com/llvm/llvm-project/pull/84137 (LLVM 19?)
10
10
#
11
- # WASI_SDK: wasi-sdk 21 .0
11
+ # WASI_SDK: wasi-sdk 22 .0
12
12
# WASM_OPT: binaryen wasm-opt built with the above patches
13
13
# WASI_SYSROOT: wasi-libc built with the above patches
14
14
# CLANG: clang built with the above patches
15
15
16
- WASI_SDK=${WASI_SDK:-/ opt/ wasi-sdk-21 .0}
16
+ WASI_SDK=${WASI_SDK:-/ opt/ wasi-sdk-22 .0}
17
17
WASI_SYSROOT=${WASI_SYSROOT:- ${HOME} / git/ wasi-libc/ sysroot}
18
18
BINARYEN_BIN=${BINARYEN_BIN:- ${HOME} / git/ wasm/ binaryen/ b/ bin}
19
19
WASM_OPT=${WASM_OPT:- ${BINARYEN_BIN} / wasm-opt}
You can’t perform that action at this time.
0 commit comments