Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove host API implementations targeting WASIp2 prereleases #68

Merged
merged 1 commit into from
Jun 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ If your builtin requires multiple `.cpp` files, you can pass all of them to `add

### Providing a custom host API implementation

The [host-apis](host-apis) directory contains implementations of the host API for different versions of WASI. Those can be selected by setting the `HOST_API` environment variable to the name of one of the directories. By default, the [wasi-0.2.0](host-apis/wasi-0.2.0) host API is used.
The [host-apis](host-apis) directory can contain implementations of the host API for different
versions of WASI—or in theory any other host interface. Those can be selected by setting the
`HOST_API` environment variable to the
name of one of the directories. Currently, only an implementation in terms of [wasi-0.2.0]
(host-apis/wasi-0.2.0) is provided, and used by default.

To provide a custom host API implementation, you can set `HOST_API` to the (absolute) path of a directory containing that implementation.
5,726 changes: 0 additions & 5,726 deletions host-apis/wasi-0.2.0-rc-2023-10-18/bindings/bindings.c

This file was deleted.

2,909 changes: 0 additions & 2,909 deletions host-apis/wasi-0.2.0-rc-2023-10-18/bindings/bindings.h

This file was deleted.

Binary file not shown.
Loading
Loading