Files
wasmtime/crates/c-api
Peter Huene fa65a14dba Make WasiCtxBuilder by-ref.
This commit makes `WasiCtxBuilder` take `&mut Self` and return `&mut
Self` for its methods.  This is needed to allow for the same
(unmoved) `WasiCtxBuilder` to be used when building a WASI context.

Also fixes up the C API to remove the unnecessary `Box::from_raw` and
`forget` calls which were previously needed for the moving version of
`WasiCtxBuilder`.
2020-02-25 15:41:18 -08:00
..
2020-02-24 17:42:44 -08:00
2020-02-25 15:41:18 -08:00
2020-02-05 14:14:07 -06:00
2020-02-24 17:42:44 -08:00

Implementation of wasm-c-api in Rust

https://github.com/WebAssembly/wasm-c-api