A lot has happened in both Wasmtime and Cranelift this year, and @fitzgen (he/him) [on vacation until Dec. 10], @Pat Hickey, and @Chris Fallin have captured many of the most exciting developments and improvements in a new blog post: https://bytecodealliance.org/articles/wasmtime-and-cranelift-in-2023
Hello, I was reading the post and found a mistake in a link. There is the following sentence in the article
We’ve also automated harvesting potential left-hand sides from Wasm and synthesizing new optimization rules via Souper.
The href
on "automated" is href="github.com/bytecodealliance/wasmtime/pull/7312"
so the browser redirects to the link https://bytecodealliance.org/articles/github.com/bytecodealliance/wasmtime/pull/7312 which of course does not exists instead of https://github.com/bytecodealliance/wasmtime/pull/7312
The article is interesting, continue this great project :muscle:
Edit: I found another occurrence of this issue in the following paragraph (highlighted in bold):
We currently perform some legalization early in the compiler pipeline in open-coded Rust matches, that we would like to port to ISLE. Some exploratory work has already begun.
Going further: using https://www.deadlinkchecker.com/ I came with the following list of dead links:
| Error | URL | Anchor Text |
|---------------|-------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|
| 404 Not Found | https://bytecodealliance.org/articles/github.com/bytecodealliance/wasmtime/pull/6332 | under MIRI |
| 404 Not Found | https://bytecodealliance.org/articles/github.com/bytecodealliance/wasmtime/pull/5587 | enabled the new mid-end by default |
| 404 Not Found | https://bytecodealliance.org/articles/github.com/bytecodealliance/wasmtime/pull/7312 | automated |
| 404 Not Found | https://bytecodealliance.org/articles/github.com/bytecodealliance/wasmtime/pull/7321 | Some exploratory work has already begun |
| 404 Not Found | https://github.com/WebAssembly/shared-everything-threads/blob/main/proposals/thread-spawn/Overview.md | nascent thread-spawning proposal [301 from https://github.com/abrown/thread-spawn/blob/main/proposals/thread-spawn/Overview.md] |
Last updated: Nov 22 2024 at 16:03 UTC