Skip to content

Commit

Permalink
chore: separate dir
Browse files Browse the repository at this point in the history
  • Loading branch information
junyu0312 committed Aug 14, 2023
1 parent 0b771a2 commit f85f764
Show file tree
Hide file tree
Showing 199 changed files with 2,687 additions and 392 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/target
*.json
/output
/playground/wasm
/playground/target
crates/playground/wasm
crates/playground/target
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "wasmi"]
path = wasmi
url = https://github.com/DelphinusLab/wasmi.git
[submodule "third-party/wasmi"]
path = third-party/wasmi
url = git@github.com:DelphinusLab/wasmi.git
Loading

0 comments on commit f85f764

Please sign in to comment.