From 9c85fa9c3a2066ce851af53d7019e6a25a45af3b Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sun, 30 Jun 2024 19:19:45 +0200 Subject: chore: restructure runtime and reduce build dependencies Signed-off-by: Henry Gressmann --- benchmarks/Cargo.toml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 benchmarks/Cargo.toml (limited to 'benchmarks/Cargo.toml') diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml deleted file mode 100644 index 516767e..0000000 --- a/benchmarks/Cargo.toml +++ /dev/null @@ -1,25 +0,0 @@ -[package] -name="benchmarks" -publish=false -edition.workspace=true -rust-version.workspace=true - -[dependencies] -criterion={version="0.5"} -tinywasm={path="../crates/tinywasm"} -wat={version="1"} -wasmi={version="0.33", features=["std"]} -wasmer={version="4.3", features=["cranelift", "singlepass"]} -argon2={version="0.5"} - -[[bench]] -name="selfhosted" -harness=false - -[[bench]] -name="fibonacci" -harness=false - -[[bench]] -name="argon2id" -harness=false -- cgit v1.3.1