Files
wasmtime/lib/wasm
Bruce Mitchener d2d02565fb I64Extend16S should operate on 16 bits, not 8.
This showed up in clippy warnings as the code for this case was
the same as for `I64Extend8S`.
2018-03-05 06:53:13 -08:00
..
2018-02-28 10:31:00 -08:00

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