Files
wasmtime/cranelift/codegen
Yury Delendik 399ee0a54c Serialize and deserialize compilation artifacts. (#2020)
* Serialize and deserialize Module
* Use bincode to serialize
* Add wasm_module_serialize; docs
* Simple tests
2020-07-21 15:05:50 -05:00
..

This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.