Skip to content

Commit

Permalink
deps: update to WASI@0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Nov 2, 2024
1 parent 3d85982 commit 37b6d65
Show file tree
Hide file tree
Showing 46 changed files with 16,871 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (DEFINED ENV{HOST_API})
folder of StarlingMonkey, or be an absolute path pointing to custom host API implementation.")
endif()
else()
set(HOST_API ${CMAKE_CURRENT_SOURCE_DIR}/host-apis/wasi-0.2.0)
set(HOST_API ${CMAKE_CURRENT_SOURCE_DIR}/host-apis/wasi-0.2.2)
endif()
message(STATUS "Using host API: ${HOST_API}")

Expand Down
2 changes: 1 addition & 1 deletion cmake/wasmtime.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(WASMTIME_VERSION v19.0.2)
set(WASMTIME_VERSION v26.0.0)
set(WASMTIME_URL https://github.com/bytecodealliance/wasmtime/releases/download/${WASMTIME_VERSION}/wasmtime-${WASMTIME_VERSION}-${HOST_ARCH}-${HOST_OS}.tar.xz)
CPMAddPackage(NAME wasmtime URL ${WASMTIME_URL} DOWNLOAD_ONLY TRUE)
set(WASMTIME_DIR ${CPM_PACKAGE_wasmtime_SOURCE_DIR})
Expand Down
9,011 changes: 9,011 additions & 0 deletions host-apis/wasi-0.2.2/bindings/bindings.c

Large diffs are not rendered by default.

Loading

0 comments on commit 37b6d65

Please sign in to comment.