wasmer-compiler-singlepass-near 2.4.1

Singlepass compiler for Wasmer WebAssembly runtime
Documentation
[package]
name = "wasmer-compiler-singlepass-near"
version = "2.4.1"
description = "Singlepass compiler for Wasmer WebAssembly runtime"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "compiler", "singlepass"]
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer"
documentation = "https://docs.rs/wasmer-compiler-singlepass/"
license = "MIT"
readme = "README.md"
edition = "2018"

[lib]
name = "wasmer_compiler_singlepass"

[dependencies]
wasmer-compiler = { path = "../compiler", package = "wasmer-compiler-near", version = "=2.4.1", features = ["translator"], default-features = false }
wasmer-vm = { path = "../vm", package = "wasmer-vm-near", version = "=2.4.1" }
wasmer-types = { path = "../types", package = "wasmer-types-near", version = "=2.4.1", default-features = false, features = ["std"] }
rayon = { version = "1.5", optional = true }
hashbrown = { version = "0.11", optional = true }
more-asserts = "0.2"
dynasm = "1.0"
dynasmrt = "1.0"
lazy_static = "1.4"
byteorder = "1.3"
smallvec = "1.6"
memoffset = "0.6"

[dev-dependencies]
target-lexicon = { version = "0.12.2", default-features = false }

[badges]
maintenance = { status = "actively-developed" }

[features]
default = ["std", "rayon"]
std = ["wasmer-compiler/std", "wasmer-types/std"]
core = ["hashbrown", "wasmer-types/core"]