Files
wasmtime/crates
Peter Huene cf1d9ee857 Reimplement the C# API.
This commit reimplements the C# API in terms of a Wasmtime linker.

It removes the custom binding implementation that was based on reflection in
favor of the linker's implementation.

This should make the C# API a little closer to the Rust API.

The `Engine` and `Store` types have been hidden behind the `Host` type which is
responsible for hosting WebAssembly module instances.

Documentation and tests have been updated.
2020-03-25 18:47:59 -07:00
..
2020-03-24 17:37:32 -05:00
2020-03-25 18:47:59 -07:00
2020-03-24 08:47:31 -05:00
2020-03-25 18:47:59 -07:00
2020-03-23 08:56:51 -05:00
2020-03-23 09:58:08 -07:00
2020-03-20 11:59:16 -07:00
2020-03-20 21:54:44 +01:00
2020-03-24 17:37:32 -05:00