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
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
What I see in Firefox:
What I see in Safari:
Edit:
wasm-bindgen generates this code:
If this line:
is manually changed to this:
then it works. It seems that the string literal has to have a space in it, an empty string literal doesn't work.