-
Notifications
You must be signed in to change notification settings - Fork 35
WASM support #145
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 support #145
Conversation
|
Gave this a shot with a fairly standard template component, it looks like the embedding works but It's also possible I'm not using |
|
Indeed, Back when I was writing I'm not sure how robust the It shouldn't be hard to extend |
|
Well, it seems The part I am not thrilled about is that I can no longer guarantee absence of heap allocations and therefore absence of OOM denial-of-service if I use |
|
I've added the extraction pipeline using IIRC |
This reverts commit 9e10594.
|
Sadly It doesn't look like they're actually using them when the |
TODO:
Fixes #53