-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* switch runtime to wasm only Signed-off-by: Yi <flame0743@gmail.com> * add changelog and add clion config into .gitignore Signed-off-by: Yi <flame0743@gmail.com> * fix fmt Signed-off-by: Yi <flame0743@gmail.com> * rename for readbility and fix lint Signed-off-by: Yi <flame0743@gmail.com> * add force-debug feature. Signed-off-by: Yi <flame0743@gmail.com> * fix Signed-off-by: Yi <flame0743@gmail.com> * fix toml Signed-off-by: Yi <flame0743@gmail.com> * fix commit Signed-off-by: Yi <flame0743@gmail.com> * fix Signed-off-by: Yi <flame0743@gmail.com> * revert disable logging Signed-off-by: Yi <flame0743@gmail.com> * revert disable logging Signed-off-by: Yi <flame0743@gmail.com> Co-authored-by: Jamie <djptux@gmail.com> Co-authored-by: Adam Reif <garandor@manta.network>
- Loading branch information
1 parent
4b932a5
commit 66a5000
Showing
3 changed files
with
64 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ | |
Cargo.lock | ||
runtime/**/target | ||
.vscode | ||
/tests/node_modules/ | ||
.idea | ||
/tests/node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters