Files
wasmtime/crates/c-api
Peter Huene d1313b1291 Code review feedback.
* Move `Module::compile` to `Engine::precompile_module`.
* Remove `Module::deserialize` method.
* Make `Module::serialize` the same format as `Engine::precompile_module`.
* Make `Engine::precompile_module` return a `Vec<u8>`.
* Move the remaining serialization-related code to `serialization.rs`.
2021-04-01 19:38:19 -07:00
..
2021-03-25 10:48:44 +01:00
2021-04-01 19:38:19 -07:00
2021-03-01 16:39:20 -06:00

Wasmtime's C API

For more information you can find the documentation for this library online.