Skip to content

Issues: rustwasm/wasm-bindgen

Align with the "C" ABI
#3454 opened May 25, 2023 by daxpedda
Open 27
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

WASI support help wanted We could use some help fixing this issue! needs discussion Requires further discussion
#3421 opened May 11, 2023 by daxpedda
Documentation: "Supported Types" pages should be clear about whether they're about JS -> rust or also about rust -> JS docs Issues related to documentation help wanted We could use some help fixing this issue!
#1667 opened Jul 15, 2019 by mstange
Date methods missing support for negative arguments help wanted We could use some help fixing this issue! js-sys Issues related to the `js-sys` crate
#1662 opened Jul 13, 2019 by ghost
Documentation: The "Supported types: number slices" page is confusing docs Issues related to documentation help wanted We could use some help fixing this issue!
#1659 opened Jul 11, 2019 by mstange
Documentation: "Exported struct Whatever Rust Types" should clear up what happens with moved values docs Issues related to documentation help wanted We could use some help fixing this issue!
#1658 opened Jul 11, 2019 by mstange
Gate features requiring CSP unsafe-eval on a non-default Cargo feature help wanted We could use some help fixing this issue! js-sys Issues related to the `js-sys` crate web-sys Issues related to the `web-sys` crate
#1647 opened Jul 8, 2019 by briansmith
Add an unsafe method Uint8Array::view_mut_raw(ptr: *mut u8, length: usize) so that JS can efficiently initialize a wasm buffer good first issue This is a good issue for people who have never contributed to wasm-bindgen before help wanted We could use some help fixing this issue! js-sys Issues related to the `js-sys` crate
#1643 opened Jul 5, 2019 by mstange
Get back struct returned by a JS Function js_sys::Function help wanted We could use some help fixing this issue!
#1642 opened Jul 5, 2019 by gawen
Unclear compiler error missing #[wasm_bindgen] on impl bug help wanted We could use some help fixing this issue!
#1629 opened Jun 26, 2019 by ThomasdenH
Allow suppression of stack trace in test output help wanted We could use some help fixing this issue! wasm-bindgen-test The wasm-bindgen-test crate
#1621 opened Jun 24, 2019 by EverlastingBugstopper
Closures should accept & for arguments closures Adding more support for closures on the boundary help wanted We could use some help fixing this issue! more-types Adding support for more Rust types to cross the boundary
#1399 opened Mar 26, 2019 by Pauan
WebIDL: Support the HTMLConstructor attribute frontend:webidl Issues related to the WebIDL frontend to wasm-bindgen help wanted We could use some help fixing this issue! web-sys Issues related to the `web-sys` crate
#621 opened Aug 3, 2018 by alexcrichton
ProTip! Exclude everything labeled bug with -label:bug.