-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Use wasm lib #29
Use wasm lib #29
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice.
I would recommend we don't merge this with the github branch for the dependency, but other than that looks great!
Are you also interested in our scripts? I see you wrote your own .sh, but I looked into it and all the JS scripts are compatible as long as your replace require(...)
with import
at the top. This will also give you the ability to add github actions CI!
@SleeplessByte - Reuse sounds attractive! I'll file an issue to do this in a follow-on effort to revisit after the track gets launched. |
Looking gooood |
Jest is capped to max 1 worker because of a Jest concurrency issue for how it handles bigints:
Relevant Issue: jestjs/jest#11617