alexcrichton opened PR #10481 from alexcrichton:lts-documentation
to bytecodealliance:main
:
With Wasmtime's LTS releases this commit documents the various process changes and updates to our release process. Additionally some improvements are made to the release documentation with respect to showing current versions.
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton submitted PR review.
alexcrichton created PR review comment:
An example of what this generates:
<img width="820" alt="Screenshot 2025-03-27 at 3 08 49 PM" src="https://github.com/user-attachments/assets/36845eaa-ebbb-4790-82b6-524f8b9536b3" />
alexcrichton commented on PR #10481:
I originally wanted to document the property of "when backporting must update all branches" and got a bit carried away and went ahead and documented the LTS updates.
alexcrichton updated PR #10481.
cfallin submitted PR review.
cfallin created PR review comment:
That is some impressive DOM-tree-editing hackery! The end result looks great.
At the risk of complexifying a little bit: could we add a placeholder ("view this document as HTML in a browser with JavaScript enabled to see contents" or somesuch) so that if the Markdown is processed in some other way -- for example, converted to print pdf by pandoc -- or viewed by a user with JS disabled, they aren't confused?
fitzgen submitted PR review:
Can you put version numbers in the JS's file paths so that if we ever want/need to upgrade, things are a little easier?
fitzgen submitted PR review.
fitzgen created PR review comment:
FYI, you should be able to use a
<noscript>
tag for this.
alexcrichton updated PR #10481.
alexcrichton submitted PR review.
alexcrichton created PR review comment:
Sounds good yeah, added some
<noscript>
tags to indicate that it's empty without JS
alexcrichton has marked PR #10481 as ready for review.
alexcrichton requested wasmtime-core-reviewers for a review on PR #10481.
alexcrichton requested dicej for a review on PR #10481.
alexcrichton requested wasmtime-default-reviewers for a review on PR #10481.
alexcrichton merged PR #10481.
Last updated: Apr 17 2025 at 02:30 UTC