Skip to content

Commit b3e6b82

Browse files
fix broken links in wasmtime/cranelift 2023 article (#80)
1 parent be877ab commit b3e6b82

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_posts/2023-11-21-wasmtime-and-cranelift-in-2023.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ we are now UB-free under MIRI. Running tests under MIRI gives us assurance that
192192
we won't be bitten by this same class of bug again in the future.
193193

194194
[a CVE caused by a `rustc` miscompilation]: https://github.com/advisories/GHSA-ch89-5g45-qwc7
195-
[under MIRI]: github.com/bytecodealliance/wasmtime/pull/6332
195+
[under MIRI]: https://github.com/bytecodealliance/wasmtime/pull/6332
196196

197197
Finally, we are in the process of adding support for running Wasm that was
198198
compiled by an alternative compiler from Cranelift: [Winch]. Winch is a baseline
@@ -485,16 +485,16 @@ extend the mid-end framework and ISLE compiler in 2024:
485485
["mid-end"]: https://en.wikipedia.org/wiki/Compiler#Middle_end
486486
[e-graph]: https://en.wikipedia.org/wiki/E-graph
487487
[ISLE]: https://github.com/bytecodealliance/wasmtime/tree/main/cranelift/isle
488-
[enabled the new mid-end by default]: github.com/bytecodealliance/wasmtime/pull/5587
488+
[enabled the new mid-end by default]: https://github.com/bytecodealliance/wasmtime/pull/5587
489489
[removed the old mid-end pipeline once and for all]: https://github.com/bytecodealliance/wasmtime/pull/6167
490490
[invited talk at the EGRAPHS workshop at PLDI]: https://pldi23.sigplan.org/details/egraphs-2023-papers/2/-graphs-Acyclic-E-graphs-for-Efficient-Optimization-in-a-Production-Compiler
491491
[Slides]: https://cfallin.org/pubs/egraphs2023_aegraphs_slides.pdf
492-
[automated]: github.com/bytecodealliance/wasmtime/pull/7312
492+
[automated]: https://github.com/bytecodealliance/wasmtime/pull/7312
493493
[Souper]: https://github.com/google/souper/
494494
[rewrite side-effectful instructions]: https://github.com/bytecodealliance/wasmtime/issues/6106
495495
[instructions that can trap]: https://github.com/bytecodealliance/wasmtime/issues/5908
496496
[ISLE compiler automatically emit code]: https://github.com/bytecodealliance/wasmtime/issues/6128
497-
[Some exploratory work has already begun]: github.com/bytecodealliance/wasmtime/pull/7321
497+
[Some exploratory work has already begun]: https://github.com/bytecodealliance/wasmtime/pull/7321
498498

499499
We also implemented a number of codegen improvements and optimizations outside
500500
of the mid-end framework in 2023:

0 commit comments

Comments
 (0)