summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 13a9397..20674d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,6 +25,21 @@ edition="2021"
name="wasm-rust"
test=false
+[[bench]]
+name="selfhosted"
+harness=false
+
+[profile.bench]
+opt-level=3
+lto="thin"
+codegen-units=1
+debug=true
+
[dev-dependencies]
color-eyre="0.6"
+criterion={version="0.5", features=["html_reports"]}
+
tinywasm={path="crates/tinywasm"}
+wasmi={version="0.31", features=["std"]}
+wasmer={version="4.2", features=["cranelift", "singlepass"]}
+wasmtime={version="17.0", features=["cranelift"]}