wasm-bindgen/crates
daxpedda fe5d89fcf5
Some checks failed
CI / Rustfmt (push) Has been cancelled
CI / Taplo (push) Has been cancelled
CI / Check (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Clippy (web-sys) (push) Has been cancelled
CI / Clippy (project) (push) Has been cancelled
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) Has been cancelled
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) Has been cancelled
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) Has been cancelled
CI / Run wasm-bindgen wasm test (push) Has been cancelled
CI / Run wasm-bindgen crate tests with ${{ matrix.envs.name }} feature (map[env:map[WASM_BINDGEN_EXTERNREF:1] name:externref]) (push) Has been cancelled
CI / Run wasm-bindgen crate tests with ${{ matrix.envs.name }} feature (map[env:map[WASM_BINDGEN_MULTI_VALUE:1] name:multi-value]) (push) Has been cancelled
CI / Run wasm-bindgen crate tests with multithreading (push) Has been cancelled
CI / Run native tests (push) Has been cancelled
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) Has been cancelled
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) Has been cancelled
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) Has been cancelled
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) Has been cancelled
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[name:js-sys run:cargo test -p js-sys --target wasm32-unknown-unknown]) (push) Has been cancelled
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[name:typescript-tests run:cd crates/typescript-tests && ./run.sh]) (push) Has been cancelled
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[name:wasm-bindgen-webidl run:cargo test -p wasm-bindgen-webidl]) (push) Has been cancelled
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) Has been cancelled
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) Has been cancelled
CI / Build and test the deno example (push) Has been cancelled
CI / Run UI compile-fail tests (push) Has been cancelled
CI / Verify that web-sys is compiled correctly (push) Has been cancelled
CI / build_examples (push) Has been cancelled
CI / build_nightly (push) Has been cancelled
CI / build_benchmarks (push) Has been cancelled
CI / dist_linux_x86_64_musl (push) Has been cancelled
CI / dist_linux_aarch64_gnu (push) Has been cancelled
CI / dist_macos_x86_64 (push) Has been cancelled
CI / dist_macos_aarch64 (push) Has been cancelled
CI / dist_windows (push) Has been cancelled
CI / doc_book (push) Has been cancelled
CI / doc_api (push) Has been cancelled
CI / Check MSRV for libraries (push) Has been cancelled
CI / Check MSRV for CLI tools (push) Has been cancelled
CI / test_examples (push) Has been cancelled
CI / test_nightly (push) Has been cancelled
CI / deploy (push) Has been cancelled
Update reference tests (#4275)
2024-11-17 09:03:05 +01:00
..
backend Add support for enums with negative discriminants (#4204) 2024-11-09 21:28:39 +01:00
cli Update reference tests (#4275) 2024-11-17 09:03:05 +01:00
cli-support Improved TS type generation from WASM (#4229) 2024-11-14 09:50:40 +01:00
example-tests Bump tower-http from v0.5 to v0.6 (#4121) 2024-09-28 11:16:14 +02:00
externref-xform Deprecate --reference-types (#4237) 2024-10-31 15:04:57 +01:00
futures Prepare v0.2.95 release (#4176) 2024-10-10 23:53:13 +02:00
js-sys Prepare v0.2.95 release (#4176) 2024-10-10 23:53:13 +02:00
macro Add support for i128 and u128 (#4222) 2024-11-11 14:34:04 +01:00
macro-support Hash full signature for imported functions (#4269) 2024-11-14 16:08:08 +01:00
msrv Use Taplo for TOML formatting (#4071) 2024-08-13 01:18:20 +02:00
multi-value-xform Prepare v0.2.95 release (#4176) 2024-10-10 23:53:13 +02:00
shared Add support for enums with negative discriminants (#4204) 2024-11-09 21:28:39 +01:00
test Fix triggering lints in testing facilities (#4195) 2024-10-13 23:30:22 +02:00
test-macro Fix #[should_panic] with unsupported tests (#4196) 2024-10-14 00:00:24 +02:00
threads-xform Prepare v0.2.95 release (#4176) 2024-10-10 23:53:13 +02:00
typescript-tests Use Taplo for TOML formatting (#4071) 2024-08-13 01:18:20 +02:00
wasm-conventions Prepare v0.2.95 release (#4176) 2024-10-10 23:53:13 +02:00
wasm-interpreter Prepare v0.2.95 release (#4176) 2024-10-10 23:53:13 +02:00
web-sys Add bindings for MediaStreamTrack.getCapabilities (#4236) 2024-11-11 10:10:58 +01:00
webidl webidl: fix structopt macro to be clap (#4244) 2024-11-07 22:27:24 +01:00
webidl-tests Account for [AllowShared] and improve setters generated from interface attributes (#4156) 2024-10-09 20:55:08 +02:00