This commit bumps Cranelift to 0.49.0 and target-lexicon to 0.9.0 to fix the failing build to due an updated faerie crate that violated semver with an updated 0.9.0 target-lexicon dependency. Fixes #491.
This is the wasmtime-wasi crate, which implements the
WebAssembly System Interface (WASI) API in Rust.
WASI is greatly inspired by and directly derived from CloudABI. It differs in that it has aspirations to expand to a greater scope, and to better support the needs of WebAssembly engines.