We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2735a commit 3920c3bCopy full SHA for 3920c3b
_posts/2025-11-19-inliner.md
@@ -15,6 +15,9 @@ the same value. Inlining is the catalyst of modern compiler optimization.
15
16
<!--end_excerpt-->
17
18
+> *Note: This is cross-posted this from [my personal
19
+> blog](https://fitzgen.com/2025/11/19/inliner.html).*
20
+
21
[Wasmtime] is a WebAssembly runtime that focuses on safety and fast Wasm
22
execution. But despite that focus on speed, Wasmtime has historically chosen not
23
to perform inlining in its optimizing compiler backend, [Cranelift]. There were
0 commit comments