Skip to content

Commit 3920c3b

Browse files
authored
Add cross-post note to inliner blog post (#137)
1 parent db2735a commit 3920c3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_posts/2025-11-19-inliner.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ the same value. Inlining is the catalyst of modern compiler optimization.
1515

1616
<!--end_excerpt-->
1717

18+
> *Note: This is cross-posted this from [my personal
19+
> blog](https://fitzgen.com/2025/11/19/inliner.html).*
20+
1821
[Wasmtime] is a WebAssembly runtime that focuses on safety and fast Wasm
1922
execution. But despite that focus on speed, Wasmtime has historically chosen not
2023
to perform inlining in its optimizing compiler backend, [Cranelift]. There were

0 commit comments

Comments
 (0)