diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-10 13:35:13 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-10 13:35:13 +0100 |
| commit | 52bebfac2e6a2dc934273e38230d3986e68a3fe3 (patch) | |
| tree | ad61563a281112266e8ab387261c6b2d35a40250 /.gitmodules | |
| parent | 8eec592bba5279ec9213bfa1de816dc046748c0f (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-- | .gitmodules | 4 |
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 |
