[package] name = "wasmer-dynasm-backend" version = "0.1.0" repository = "https://github.com/wasmerio/wasmer" description = "Wasmer runtime Dynasm compiler backend" license = "MIT" authors = ["The Wasmer Engineering Team "] edition = "2018" [dependencies] wasmer-runtime-core = { path = "../runtime-core" } wasmparser = "0.28.0" dynasm = "0.3.1" dynasmrt = "0.3.1" lazy_static = "1.2.0" byteorder = "1" nix = "0.13.0" libc = "0.2.49" hashbrown = "0.1"