Skip to content

Tags: wasm-bindgen/wasm-bindgen

Tags

0.2.128

Toggle 0.2.128's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.2.128 (#5319)

0.2.127

Toggle 0.2.127's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.2.127 (#5219)

0.2.126

Toggle 0.2.126's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.2.126

0.2.125

Toggle 0.2.125's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.2.125 (#5200)

0.2.123

Toggle 0.2.123's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.2.123 (#5188)

0.2.122

Toggle 0.2.122's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 0.2.122 - schema bump (#5162)

0.2.121

Toggle 0.2.121's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Loosen JsFuture<T> bound to support Promise<Union> (#5149)

Imported `async fn -> Union` failed to compile because
`From<Promise<T>> for JsFuture<T>` required `T: JsGeneric`, which
demands layout equivalence with `JsValue`. Dynamic-union enums are
tagged Rust enums, not transparent newtypes around `JsValue`, so they
cannot satisfy that bound. The closure shim that materialises the
resolved value only needs `T::from_abi`, which is per-type ABI
conversion — `T: FromWasmAbi` is the actual minimum.

0.2.120

Toggle 0.2.120's commit message

Verified

This tag was signed with the committer’s verified signature.

0.2.119

Toggle 0.2.119's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 0.2.119 - schema bump (#5129)

0.2.118

Toggle 0.2.118's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.2.118 (#5100)