mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
21 lines
522 B
TOML
21 lines
522 B
TOML
[package]
|
|
name = "wasmer-singlepass-backend"
|
|
version = "0.5.1"
|
|
repository = "https://github.com/wasmerio/wasmer"
|
|
description = "Wasmer runtime single pass compiler backend"
|
|
license = "MIT"
|
|
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
wasmer-runtime-core = { path = "../runtime-core", version = "0.5.1" }
|
|
wasmparser = "0.29.2"
|
|
dynasm = "0.3.2"
|
|
dynasmrt = "0.3.1"
|
|
lazy_static = "1.2.0"
|
|
byteorder = "1"
|
|
nix = "0.13.0"
|
|
libc = "0.2.49"
|
|
smallvec = "0.6.9"
|
|
hashbrown = "0.1"
|