Files
wasmtime/lib/codegen
Dan Gohman 9c87f3ac87 Fix some warnings in no_std builds.
The dbg! macro expands to nothing in no_std mode, so variables that are
only used for debugging prompt unused variable warnings.

Also, allow unstable_features in no_std builds, since they use
feature(alloc), which is an unstable feature.
2018-04-30 14:04:14 -07:00
..
2018-04-30 14:04:14 -07:00
2018-04-27 06:10:15 -07:00

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