mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-08-06 16:20:21 +00:00
Correct minor typo in c_headers.rs (#166)
The header api.h was update using the following command: $ cd tools/wasi-headers $ cargo run -- WASI/phases/snapshot/witx/typenames.witx \ WASI/phases/snapshot/witx/wasi_snapshot_preview1.witx \ --output ../../libc-bottom-half/headers/public/wasi/api.h
This commit is contained in:
parent
12f5832b45
commit
37c663f2f0
@ -7,7 +7,7 @@
|
||||
* and defined values (macros).
|
||||
*
|
||||
* The interface described here is greatly inspired by [CloudABI]'s clean,
|
||||
* thoughtfully-designed, cabability-oriented, POSIX-style API.
|
||||
* thoughtfully-designed, capability-oriented, POSIX-style API.
|
||||
*
|
||||
* [CloudABI]: https://github.com/NuxiNL/cloudlibc
|
||||
* [WASI]: https://github.com/WebAssembly/WASI/
|
||||
|
@ -14,7 +14,7 @@ pub(crate) fn to_c_header(doc: &Document, inputs_str: &str) -> String {
|
||||
* and defined values (macros).
|
||||
*
|
||||
* The interface described here is greatly inspired by [CloudABI]'s clean,
|
||||
* thoughtfully-designed, cabability-oriented, POSIX-style API.
|
||||
* thoughtfully-designed, capability-oriented, POSIX-style API.
|
||||
*
|
||||
* [CloudABI]: https://github.com/NuxiNL/cloudlibc
|
||||
* [WASI]: https://github.com/WebAssembly/WASI/
|
||||
|
Loading…
Reference in New Issue
Block a user