mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
23 lines
528 B
TOML
23 lines
528 B
TOML
[package]
|
|
name = "wasmer-spectests"
|
|
version = "0.1.2"
|
|
description = "Wasmer spectests library"
|
|
license = "MIT"
|
|
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
|
repository = "https://github.com/wasmerio/wasmer"
|
|
edition = "2018"
|
|
build = "build/mod.rs"
|
|
|
|
[dependencies]
|
|
wasmer-runtime-core = { path = "../runtime-core" }
|
|
|
|
[build-dependencies]
|
|
wabt = "0.7.2"
|
|
|
|
[dev-dependencies]
|
|
wasmer-clif-backend = { path = "../clif-backend", version = "0.1.2" }
|
|
wabt = "0.7.2"
|
|
|
|
[features]
|
|
default = ["fast-tests"]
|
|
fast-tests = [] |