Unclaimed project
Are you a maintainer of wasm-bindgen? Claim this project to take control of your public changelog and roadmap.
Changelog
Facilitating high-level interactions between Wasm modules and JavaScript
Last updated 23 days ago
reexportAdded js_namespace attribute on exported types, mirroring the import
semantics to enable arbitrarily nested exported interface objects.
#4744
Added 'container' attribute to ScrollIntoViewOptions
#4806
Updated and refactored output generation to use alphabetical ordering of declarations. #4813
Fixed node test harness getting stuck after tests completed. #4776
Quote names containing colons in generated .d.ts. #4488
Fixes TryFromJsValue for structs JsValue stack corruption on failure. #4786
Fixed wasm-bindgen-test-runner outputting empty line when using the --list option. In particular, cargo-nextest now works correctly.
#4803
It now works to build with -Cpanic=unwind.
#4796
#4783
#4782
Fixed duplicate symbols caused by enabling v0 mangling. #4822
Fixed a multithreaded wasm32+atomics race where Atomics.waitAsync promise callbacks could call run without waking first, causing sporadic panics.
#4821