Skip to content

Commit ae47c68

Browse files
committedMar 28, 2022
Update the comment at the top of wasi/api.h.
1 parent 2f24a36 commit ae47c68

File tree

1 file changed

+5
-9
lines changed
  • libc-bottom-half/headers/public/wasi

1 file changed

+5
-9
lines changed
 

‎libc-bottom-half/headers/public/wasi/api.h

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
/**
2-
* THIS FILE IS AUTO-GENERATED from the following files:
3-
* wasi_snapshot_preview1.witx
4-
*
5-
* To regenerate this file execute:
6-
*
7-
* cargo run --manifest-path tools/wasi-headers/Cargo.toml generate-libc
8-
*
9-
* Modifications to this file will cause CI to fail, the code generator tool
10-
* must be modified to change this file.
2+
* <wasi/api.h>. This file contains declarations describing the WASI ABI
3+
* as of "snapshot preview1". It was originally auto-generated from
4+
* wasi_snapshot_preview1.witx, however WASI is in the process of
5+
* transitioning to a new IDL and header file generator, and this file
6+
* is temporarily being manually maintained.
117
*
128
* @file
139
* This file describes the [WASI] interface, consisting of functions, types,

0 commit comments

Comments
 (0)