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

Add releases with the wasm build #66

Open
jeff-hykin opened this issue Aug 2, 2024 · 0 comments
Open

Add releases with the wasm build #66

jeff-hykin opened this issue Aug 2, 2024 · 0 comments

Comments

@jeff-hykin
Copy link

jeff-hykin commented Aug 2, 2024

I'd like to use the wasm version of this (client side in a browser) to highlight code.

I can build the wasm myself (and I do) but my version is effectively always out of date. I'd really appreciate it if there were releases of the wasm builds that I could easily pull.

A versioning scheme for releases was discussed:

If we started cutting releases the wasm grammar could be uploaded to the github releases API.

To do that we'd have to figure out a version number scheme. I'd suggest something like:

${tree-sitter.major}.${tree-sitter.minor}.${patch}

major.minor would indicate tree-sitter compatibility & patch would be an incrementing counter indicating the release of tree-sitter-nix.

that would work perfectly for me and (as someone who maintains a tree sitter library API) I greatly appreciate the versioning being tied to the tree sitter version.

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

No branches or pull requests

1 participant