[package] name = "wasm-ir" version = "0.1.9" authors = ["Nazim Lachter ", "Vulcain "] edition = "2021" description = "An Intermediate Representation of WebAssembly" repository = "https://github.com/theblueforest/wasm-ir" license = "AGPL-3.0-only" keywords = ["WebAssembly"] [dev-dependencies] cap-std = "0.24.1" wasmtime = "0.34.1" wasmtime-wasi = "0.34.1"