Peter Huene
4e1d2a2fc1
Favor using non-braced using statement.
2020-02-24 18:44:37 -08:00
Peter Huene
8dff0fc121
Fix unit tests on Windows.
...
Close the file descriptors before attempting to reopen the files.
2020-02-24 17:56:55 -08:00
Peter Huene
11dec4d788
Add WASI unit tests for the C# API.
2020-02-24 17:42:49 -08:00
Peter Huene
ae0b4090ce
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.
2020-02-24 17:42:44 -08:00
Austin Wise
50d0aa939c
Add tests calling function imports.
2019-12-13 18:50:57 -08:00
Peter Huene
9fdf5bce8e
Move Wasmtime for .NET to the Wasmtime repo.
...
This moves the Wasmtime for .NET implementation to the Wasmtime repo.
Wasmtime for .NET is a binding of the Wasmtime API for use in .NET.
2019-11-22 18:26:33 -08:00