-
Notifications
You must be signed in to change notification settings - Fork 8
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
Enable browser / cross-platform support #18
Closed
Closed
Commits on Nov 3, 2023
-
See if the 'web' build target is actually cross platform for our use …
…case Shrink generate WASM by 25% Save 9KB Set up web test Add more scripts Restore node testing Without wee_alloc, we grow ~ 450KB With no allocator, we get down to 540KB, but the thing doesn't run Back up to 1.2MB, but working in the browser With no changes to the allocator, we are at 1.2MB Give up on custom allocators since they all have problems Switch to dual build Update the README and document how to use Browser (ESM), Node (ESM) and Node (CJS) Update ci.yml Determine that it's simpler to not use a custom allocator -- there must be other ways to get the wasm size down tho Remove browser test experiments
Configuration menu - View commit details
-
Copy full SHA for 2ebc973 - Browse repository at this point
Copy the full SHA 2ebc973View commit details -
Configuration menu - View commit details
-
Copy full SHA for 597bdac - Browse repository at this point
Copy the full SHA 597bdacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3239bc8 - Browse repository at this point
Copy the full SHA 3239bc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f4719b - Browse repository at this point
Copy the full SHA 1f4719bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 113ed72 - Browse repository at this point
Copy the full SHA 113ed72View commit details
Commits on Nov 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a997b4a - Browse repository at this point
Copy the full SHA a997b4aView commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f008c33 - Browse repository at this point
Copy the full SHA f008c33View commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d691bab - Browse repository at this point
Copy the full SHA d691babView commit details -
Configuration menu - View commit details
-
Copy full SHA for 641448b - Browse repository at this point
Copy the full SHA 641448bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c15f7e4 - Browse repository at this point
Copy the full SHA c15f7e4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.