-
Notifications
You must be signed in to change notification settings - Fork 627
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove wasi-libc header dependency from platform layer
In order to get rid of the dependency of platform headers on wasmtime_ssp.h, create a new header platform_wasi.h which defines the WASI types. The platform filesystem implementations as well as the wasi-libc code can then depend on this header without introducing any dependency issues. Also, rename and move wasi_errno.h to libc_errno.h under common platform sources since it has no depedencies except the wasi types and libc errno codes.
- Loading branch information
Showing
17 changed files
with
1,836 additions
and
1,815 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.