-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
58caab2
commit 0f68083
Showing
8 changed files
with
338 additions
and
133 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 |
---|---|---|
|
@@ -6,4 +6,4 @@ members = [ | |
"deno_bindgen_ir", | ||
"deno_bindgen_cli" | ||
] | ||
exclude = ["example/"] | ||
exclude = ["e2e_test/"] |
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,13 +1,13 @@ | ||
fmt: | ||
cargo fmt | ||
deno fmt --ignore=target/,example/target/,example/bindings/ | ||
deno fmt --ignore=target/,e2e_test/target/,e2e_test/bindings/ | ||
|
||
build: | ||
cargo build | ||
|
||
test: build | ||
cargo test | ||
cd example && ../target/debug/deno_bindgen -o bindings/mod.ts && deno test -A --unstable | ||
cd e2e_test && ../target/debug/deno_bindgen -o bindings/mod.ts && deno test -A --unstable | ||
|
||
bench: build | ||
cd example && ../target/debug/deno_bindgen -o bindings/mod.ts && deno bench -A --unstable bench.js | ||
cd e2e_test && ../target/debug/deno_bindgen -o bindings/mod.ts && deno bench -A --unstable bench.js |
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
File renamed without changes.
Oops, something went wrong.