Files
wasmtime/lib/wasm
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
2018-03-28 22:07:26 -07:00

This crate performs the translation from a wasm module in binary format to the in-memory form of the Cretonne IR.