You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WBG has an internal ABI that is unstable and should not be relied upon by users. As a consequence, all functions with the #[wasm_bindgen] should not be used directly by users. However, the TS type definitions for WASM modules include these functions, despite them being internal.
Proposed Solution
Don't include internal function in the type definitons.
The text was updated successfully, but these errors were encountered:
Motivation
See this comment.
WBG has an internal ABI that is unstable and should not be relied upon by users. As a consequence, all functions with the
#[wasm_bindgen]
should not be used directly by users. However, the TS type definitions for WASM modules include these functions, despite them being internal.Proposed Solution
Don't include internal function in the type definitons.
The text was updated successfully, but these errors were encountered: