Files
wasmtime/crates/c-api/src
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-04-01 19:38:19 -07:00
2021-02-09 07:19:22 -08:00
2020-07-15 19:55:31 -05:00
2020-04-20 15:55:33 -05:00