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
But this is currently not supported and causes the following error message: Expected a string literal to be used with #[wasm_bindgen(typescript_custom_section)].
The text was updated successfully, but these errors were encountered:
Motivation
Instead of manually writing custom typings without syntax validation or highlighting like this
Proposed Solution
I'd prefer to extract the custom typings into a separate TS file and embed it using the following:
But this is currently not supported and causes the following error message:
Expected a string literal to be used with #[wasm_bindgen(typescript_custom_section)].
The text was updated successfully, but these errors were encountered: