Skip to content

Commit 446cb3f

Browse files
authored
Wasi snapshot preview1 (WebAssembly#140)
* Make __wasi_linkcount_t a uint64_t (WebAssembly#134) Refs: WebAssembly/WASI#127 * Generate the WASI interface from witx. This replaces the hand-maintained <wasi/core.h> header with a <wasi/api.h> generated from witx. Most of the churn here is caused by upstream WASI renamings; hopefully in the future ABI updates will be less noisy.
1 parent 54102f0 commit 446cb3f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+3973
-1329
lines changed

expected/wasm32-wasi/include-all.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
#include <uchar.h>
166166
#include <unistd.h>
167167
#include <values.h>
168-
#include <wasi/core.h>
168+
#include <wasi/api.h>
169169
#include <wasi/libc-find-relpath.h>
170170
#include <wasi/libc.h>
171171
#include <wchar.h>

0 commit comments

Comments
 (0)