Files
wasmtime/lib/environ
Dan Gohman da4382802a Add a LICENSE file to published crates.
The individual crates are published separately from the main repository
on crates.io. To ensure that a copy of the LICENSE file accompanies all
published copies of the code, give each crate its own LICENSE file.
2018-08-28 21:02:18 -07:00
..
2018-08-28 20:56:58 -07:00
2018-08-28 20:56:58 -07:00

This is the wasmtime-environ crate, which contains the implementations of the ModuleEnvironment and FuncEnvironment traits from cranelift-wasm. They effectively implement an ABI for basic wasm compilation, which can be used for JITing, native object files, or other purposes.