wasm-bindgen/tests
Michael Schmidt df9893bd20
Some checks are pending
CI / Rustfmt (push) Waiting to run
CI / Taplo (push) Waiting to run
CI / Check (push) Waiting to run
CI / Clippy (push) Waiting to run
CI / Clippy (web-sys) (push) Waiting to run
CI / Clippy (project) (push) Waiting to run
CI / Run wasm-bindgen crate tests (${{ matrix.runs.name }}) (map[name:wasm-bindgen (enable-interning) run:cargo test --target wasm32-unknown-unknown --features enable-interning]) (push) Waiting to run
CI / Run wasm-bindgen crate tests (${{ matrix.runs.name }}) (map[name:wasm-bindgen (serde-serialize) run:cargo test --target wasm32-unknown-unknown --features serde-serialize]) (push) Waiting to run
CI / Run wasm-bindgen crate tests (${{ matrix.runs.name }}) (map[name:wasm-bindgen run:cargo test --target wasm32-unknown-unknown cargo test --target wasm32-unknown-unknown -p wasm-bindgen-futures ]) (push) Waiting to run
CI / Run wasm-bindgen wasm test (push) Waiting to run
CI / Run wasm-bindgen crate tests with ${{ matrix.envs.name }} feature (map[env:map[WASM_BINDGEN_EXTERNREF:1] name:externref]) (push) Waiting to run
CI / Run wasm-bindgen crate tests with ${{ matrix.envs.name }} feature (map[env:map[WASM_BINDGEN_MULTI_VALUE:1] name:multi-value]) (push) Waiting to run
CI / Run wasm-bindgen crate tests with multithreading (push) Waiting to run
CI / Run native tests (push) Waiting to run
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[env:map[RUSTFLAGS:--cfg=js_sys_unstable_apis] name:js-sys (unstable) run:cargo test -p js-sys --target wasm32-unknown-unknown]) (push) Waiting to run
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[env:map[RUSTFLAGS:--cfg=web_sys_unstable_apis] name:web-sys (unstable, all features) run:cargo test --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown --all-features]) (push) Waiting to run
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[env:map[RUSTFLAGS:--cfg=web_sys_unstable_apis] name:webidl-tests (unstable) run:cargo test -p webidl-tests --target wasm32-unknown-unknown]) (push) Waiting to run
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[env:map[WBINDGEN_I_PROMISE_JS_SYNTAX_WORKS_IN_NODE:1] name:webidl-tests run:cargo test -p webidl-tests --target wasm32-unknown-unknown]) (push) Waiting to run
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[name:js-sys run:cargo test -p js-sys --target wasm32-unknown-unknown]) (push) Waiting to run
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[name:typescript-tests run:cd crates/typescript-tests && ./run.sh]) (push) Waiting to run
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[name:wasm-bindgen-webidl run:cargo test -p wasm-bindgen-webidl]) (push) Waiting to run
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[name:web-sys (all features) run:cargo test --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown --all-features]) (push) Waiting to run
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[name:web-sys run:cargo build --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown cargo build --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown --fea… (push) Waiting to run
CI / Build and test the deno example (push) Waiting to run
CI / Run UI compile-fail tests (push) Waiting to run
CI / Verify that web-sys is compiled correctly (push) Waiting to run
CI / build_examples (push) Waiting to run
CI / build_nightly (push) Waiting to run
CI / test_examples (push) Blocked by required conditions
CI / test_nightly (push) Blocked by required conditions
CI / build_benchmarks (push) Waiting to run
CI / dist_linux_x86_64_musl (push) Waiting to run
CI / dist_linux_aarch64_gnu (push) Waiting to run
CI / dist_macos_x86_64 (push) Waiting to run
CI / dist_macos_aarch64 (push) Waiting to run
CI / dist_windows (push) Waiting to run
CI / doc_book (push) Waiting to run
CI / doc_api (push) Waiting to run
CI / Check MSRV for libraries (push) Waiting to run
CI / Check MSRV for CLI tools (push) Waiting to run
CI / deploy (push) Blocked by required conditions
Add support for i128 and u128 (#4222)
2024-11-11 14:34:04 +01:00
..
crates Use Taplo for TOML formatting (#4071) 2024-08-13 01:18:20 +02:00
headless Deprecate JsStatic in favor of #[wasm_bindgen(thread_local)] (#4057) 2024-08-07 00:20:39 +02:00
no-std Use Taplo for TOML formatting (#4071) 2024-08-13 01:18:20 +02:00
wasm Add support for i128 and u128 (#4222) 2024-11-11 14:34:04 +01:00
worker Add support for testing in more worker types (#3804) 2024-01-23 10:35:26 +01:00
must_use.rs Add a test that fails to compile if generated code triggers unused lint warning. (#2145) 2020-05-19 09:43:44 -05:00
non_wasm_test.rs Add wasm_bindgen_test(unsupported = test) (#4150) 2024-10-09 00:10:32 +02:00
non_wasm.rs Deprecate JsStatic in favor of #[wasm_bindgen(thread_local)] (#4057) 2024-08-07 00:20:39 +02:00
std-crate-no-std-dep.rs cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
unwrap_throw.rs Add the UnwrapThrowExt<T> trait 2019-01-31 13:26:21 -08:00