From de0d556e72bc90f58077f05a6232b1083503f89a Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sat, 7 Dec 2024 00:40:43 +0100 Subject: chore: move wasm-testsuite to a seperate repo & update tests Signed-off-by: Henry Gressmann --- crates/wasm-testsuite/Cargo.toml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 crates/wasm-testsuite/Cargo.toml (limited to 'crates/wasm-testsuite/Cargo.toml') diff --git a/crates/wasm-testsuite/Cargo.toml b/crates/wasm-testsuite/Cargo.toml deleted file mode 100644 index 46df77f..0000000 --- a/crates/wasm-testsuite/Cargo.toml +++ /dev/null @@ -1,19 +0,0 @@ -[package] -name="wasm-testsuite" -version="0.6.0-alpha.0" -description="Mirror of the WebAssembly core testsuite for use in testing WebAssembly implementations" -license="Apache-2.0" -readme="README.md" -edition.workspace=true -authors.workspace=true -repository.workspace=true -rust-version.workspace=true - -[lib] -path="lib.rs" - -[package.metadata.workspaces] -independent=true - -[dependencies] -rust-embed={version="8.4", features=["include-exclude"]} -- cgit v1.3.1