File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
run : |
44
44
curl -f -L --retry 5 https://wasmtime.dev/install.sh | bash -s -- --version dev
45
45
~/.wasmtime/bin/wasmtime --version
46
- curl -f -L --retry 5 -o ~/.wasmtime/bin/wasi_snapshot_preview1.command.wasm https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0 /wasi_snapshot_preview1.command.wasm
46
+ curl -f -L --retry 5 -o ~/.wasmtime/bin/wasi_snapshot_preview1.command.wasm https://github.com/bytecodealliance/wasmtime/releases/download/dev /wasi_snapshot_preview1.command.wasm
47
47
if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then
48
48
curl -f -OL --retry 5 https://github.com/bytecodealliance/wasm-tools/releases/download/wasm-tools-1.0.54/wasm-tools-1.0.54-x86_64-linux.tar.gz
49
49
tar xf wasm-tools-1.0.54-x86_64-linux.tar.gz
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ LIBCXX_CMAKE_FLAGS = \
178
178
-DLIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY:BOOL=OFF \
179
179
-DLIBCXX_HAS_WIN32_THREAD_API:BOOL=OFF \
180
180
-DLLVM_COMPILER_CHECKED=ON \
181
- -DCMAKE_BUILD_TYPE=RelWithDebugInfo \
181
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
182
182
-DLIBCXX_ENABLE_SHARED:BOOL=$(2 ) \
183
183
-DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY:BOOL=OFF \
184
184
-DLIBCXX_ENABLE_EXCEPTIONS:BOOL=OFF \
You can’t perform that action at this time.
0 commit comments