summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-10 13:35:13 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-10 13:35:13 +0100
commit52bebfac2e6a2dc934273e38230d3986e68a3fe3 (patch)
treead61563a281112266e8ab387261c6b2d35a40250 /.gitmodules
parent8eec592bba5279ec9213bfa1de816dc046748c0f (diff)
feat: move wasm core testsuite to a seperate crate
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 2 insertions, 2 deletions
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