Files
wasmtime/lib/reader
Dan Gohman 5dc449ec9e Rename "local variables" to "explicit stack slots".
The term "local variables" predated the SSA builder in the front-end
crate, which also provides a way to implement source-language local
variables. The name "explicit stack slot" makes it clear what this
construct is.
2018-02-28 14:04:28 -08:00
..
2018-02-28 10:31:00 -08:00

This crate library supports reading .cton files. This functionality is needed for testing Cretonne, but is not essential for a JIT compiler.