-
Notifications
You must be signed in to change notification settings - Fork 5
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
42af1d4
commit 3de55a2
Showing
2 changed files
with
58 additions
and
18 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 |
---|---|---|
@@ -1,3 +1,11 @@ | ||
[build] | ||
# this feature would allow to ignore certain doctest on certain targets | ||
# due to dev-dependencies are included in both targets we can't use this yet | ||
rustdocflags = ["-Z", "unstable-options", "--enable-per-target-ignores"] | ||
# uncommented when checking wasm code on correctnes and reload rust-analyzer | ||
# target = "wasm32-unknown-unknown" | ||
|
||
# only works if cargo install wasm-bindgen-cli --vers "X.Y.Z" | ||
# where "X.Y.Z" => currently used (see Cargo.toml) wasm_bindgen version | ||
[target.wasm32-unknown-unknown] | ||
runner = 'wasm-bindgen-test-runner' |
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