From 52bebfac2e6a2dc934273e38230d3986e68a3fe3 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sun, 10 Dec 2023 13:35:13 +0100 Subject: feat: move wasm core testsuite to a seperate crate Signed-off-by: Henry Gressmann --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index a7949f3..0fa174a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "crates/tinywasm/tests/spec/testsuite"] - path = crates/tinywasm/tests/spec/testsuite +[submodule "crates/wasm-testsuite/data"] + path = crates/wasm-testsuite/data url = https://github.com/WebAssembly/testsuite.git -- cgit v1.3.1