Skip to content

Implement deno compile and/or deno pack once they become available #1

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

Closed
laytan opened this issue Feb 4, 2023 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@laytan
Copy link
Owner

laytan commented Feb 4, 2023

See issues:

Using deno pack we should be able to speed up by bundling and converting to JS. But the real improvement would be with deno compile allowing us to drop the deno installation requirement and also being faster because its just an executable.

@laytan laytan added the enhancement New feature or request label Feb 4, 2023
@laytan
Copy link
Owner Author

laytan commented Feb 11, 2023

Moved away from deno because running it unbundled and uncompiled was slow, node is ~3x faster because it can create a bundle.

@laytan laytan closed this as completed Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant