Skip to content
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

Load runtime.js from bytecode #142

Merged
merged 8 commits into from
Jul 3, 2024
Merged

Load runtime.js from bytecode #142

merged 8 commits into from
Jul 3, 2024

Conversation

TooTallNate
Copy link
Owner

@TooTallNate TooTallNate commented Jul 3, 2024

Faster bootup time. Runtime initialization goes from ~16ms to ~2ms.

Closes #134.

Copy link

vercel bot commented Jul 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nx-js ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 3, 2024 10:56am

Copy link

changeset-bot bot commented Jul 3, 2024

🦋 Changeset detected

Latest commit: f6834a4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
nxjs-runtime Patch
@nx.js/nro Patch
@nx.js/nsp Patch
create-nxjs-app Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@TooTallNate TooTallNate marked this pull request as ready for review July 3, 2024 10:57
@TooTallNate TooTallNate merged commit 21b6a07 into main Jul 3, 2024
4 checks passed
@TooTallNate TooTallNate deleted the bytecode branch July 3, 2024 10:58
@github-actions github-actions bot mentioned this pull request Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Evaluate compiling the runtime to bytecode using qjsc
1 participant