-
Notifications
You must be signed in to change notification settings - Fork 30
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
wasm-bindgen feature #37
Comments
really nice project btw :3 |
Hey 👋 Could you explain more about why wasm-bindgen is a problem, I'm not aware of the issue! |
In my limited understanding, wasm-bindgen is made for the web, as such it requires webassembly functions available only through the browser. But the work here https://github.com/EpicEricEE/typst-plugins is made to bundle fast_qr as a plugin for typst, hence we don't have browser capabilities. |
Alright then 👍 Do you want to PR the branch in EpicEricEE? |
Apparently they're on it so absolutly, i guess ! |
For use via wasmi, wasm-bindgen is a problem, would you consider putting it behind a feature? If it's straightforward I could probably even find time to create a PR if you're interested, I have a temporary fix in my fork here
The text was updated successfully, but these errors were encountered: