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

Multi-versioned web demo #201

Open
zaneduffield opened this issue Mar 13, 2025 · 0 comments
Open

Multi-versioned web demo #201

zaneduffield opened this issue Mar 13, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@zaneduffield
Copy link
Collaborator

It would be nice if the web demo let the user select which version of pasfmt they wanted to use. With the latest release as the default, and options for each specific release as well as latest master.

Practically this would work by manually committing to the gh_pages branch in the web demo workflow (triggering on tags, and push to master), with one folder at the top level for each version we want to be accessible to the user. Then we could have pages at /latest and /master that redirect to other pages.

Then a drop-down could be added to the page when lets the user easily switch between versions.

I'm imagining that the entire demo (html, js, css, wasm) would be deployed under each versioned sub-directory; it's not worth the effort to make sure that the html and js is compatible with each version of the wasm library, and we may well want to make breaking changes.

@zaneduffield zaneduffield added the enhancement New feature or request label Mar 13, 2025
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