wasmer-compiler-singlepass 3.0.0-alpha

Singlepass compiler for Wasmer WebAssembly runtime
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.byteorder]
version = "1.3"

[dependencies.dynasm]
version = "1.2.3"

[dependencies.dynasmrt]
version = "1.2.3"

[dependencies.gimli]
optional = true
version = "0.26"

[dependencies.hashbrown]
optional = true
version = "0.11"

[dependencies.lazy_static]
version = "1.4"

[dependencies.more-asserts]
version = "0.2"

[dependencies.smallvec]
version = "1.6"

[dependencies.wasmer-compiler]
default-features = false
features = ["translator", "compiler"]
version = "=3.0.0-alpha"

[dependencies.wasmer-types]
default-features = false
features = ["std"]
version = "=3.0.0-alpha"
[dev-dependencies.target-lexicon]
default-features = false
version = "0.12.2"

[features]
avx = []
core = ["hashbrown", "wasmer-types/core"]
default = ["std", "rayon", "unwind", "avx"]
sse = []
std = ["wasmer-compiler/std", "wasmer-types/std"]
unwind = ["gimli"]
wasm = ["std", "unwind", "avx"]

[package]
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
categories = ["wasm"]
description = "Singlepass compiler for Wasmer WebAssembly runtime"
documentation = "https://docs.rs/wasmer-compiler-singlepass/"
edition = "2018"
keywords = ["wasm", "webassembly", "compiler", "singlepass"]
license = "MIT"
name = "wasmer-compiler-singlepass"
readme = "README.md"
repository = "https://github.com/wasmerio/wasmer"
resolver = "2"
version = "3.0.0-alpha"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rayon]
optional = true
version = "1.5"