Skip to content

Commit 15a0dd9

Browse files
committed
feat: update wasi to 0.2.10
1 parent d591115 commit 15a0dd9

17 files changed

Lines changed: 13018 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (DEFINED ENV{HOST_API})
1616
folder of StarlingMonkey, or be an absolute path pointing to custom host API implementation.")
1717
endif()
1818
else()
19-
set(HOST_API ${CMAKE_CURRENT_SOURCE_DIR}/host-apis/wasi-0.2.3)
19+
set(HOST_API ${CMAKE_CURRENT_SOURCE_DIR}/host-apis/wasi-0.2.10)
2020
endif()
2121
message(STATUS "Using host API: ${HOST_API}")
2222

host-apis/wasi-0.2.10/bindings/bindings.c

Lines changed: 9149 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)