Implement WASI C API.
This commit implements an initial WASI C API that can be used to instantiate and configure a WASI instance from C. This also implements a `WasiBuilder` for the C# API enabling .NET hosts to bind to Wasmtime's WASI implementation.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1990,7 +1990,9 @@ dependencies = [
|
||||
name = "wasmtime-c-api"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"wasi-common",
|
||||
"wasmtime",
|
||||
"wasmtime-wasi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user