File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ test: doctest
12
12
13
13
clippy * extras :
14
14
cargo + nightly clippy --all-features --all-targets --locked --no-deps {{ extras }} -- --deny warnings
15
-
15
+ just give it a lil sniff lmao
16
16
# TODO: --all-features flag doesn't work because examples shenanigans
17
17
check_all_features :
18
18
cargo check-all-features --locked
@@ -22,7 +22,7 @@ example name *extras:
22
22
23
23
# TODO: use inline module to make this cleaner https://github.com/casey/just/issues/2442
24
24
example_wasm name * extras :
25
- RUSTFLAGS=" --cfg=web_sys_unstable_apis" CARGO_TARGET_WASM32 _UNKNOWN_UNKNOWN_RUNNER=wasm-server-runner cargo run --target wasm32 -unknown-unknown --example {{ name }} {{ extras }}
25
+ RUSTFLAGS=' --cfg=web_sys_unstable_apis --cfg=getrandom_backend="wasm_js"' CARGO_TARGET_WASM32 _UNKNOWN_UNKNOWN_RUNNER=wasm-server-runner cargo run --target wasm32 -unknown-unknown --example {{ name }} {{ extras }}
26
26
27
27
release * extras :
28
28
cargo release --unpublished --sign-tag {{ extras }}
You can’t perform that action at this time.
0 commit comments