-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix WASM sysroot breaking runtime behavior (#37)
* Fix WASM sysroot breaking runtime behavior * Add WASM tests to CI
- Loading branch information
Showing
15 changed files
with
147 additions
and
120 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -20,3 +20,4 @@ rust-sitter-tool = { path = "../tool" } | |
|
||
[dev-dependencies] | ||
insta = "1.7.1" | ||
wasm-bindgen-test = "0.3.0" |
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
15 changes: 0 additions & 15 deletions
15
example/src/snapshots/rust_sitter_example__arithmetic__tests__arithmetic_grammar-2.snap
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
example/src/snapshots/rust_sitter_example__arithmetic__tests__arithmetic_grammar-3.snap
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
example/src/snapshots/rust_sitter_example__arithmetic__tests__arithmetic_grammar-4.snap
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
example/src/snapshots/rust_sitter_example__arithmetic__tests__arithmetic_grammar-5.snap
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
example/src/snapshots/rust_sitter_example__arithmetic__tests__arithmetic_grammar-6.snap
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
example/src/snapshots/rust_sitter_example__arithmetic__tests__arithmetic_grammar.snap
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#define bool _Bool | ||
#define true 1 | ||
#define false 0 | ||
#define bool int |