Files
wasmtime/lib/wasm
Dan Gohman 0e57f3d0ea Add a "colocated" flag to symbol references. (#298)
This adds a "colocated" flag to function and symbolic global variables which
indicates that they are defined along with the current function, so they can
use PC-relative addressing.

This also changes the function decl syntax; the name now always precedes the
signature, and the "function" keyword is no longer included.
2018-04-13 15:00:09 -07:00
..
2018-04-03 16:04:54 -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.