Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Fix comments

+1 -1
+1 -1
compiler-core/src/inline.rs
··· 479 479 } 480 480 481 481 /// Where the magic happens. First, we check the left-hand side of the call 482 - /// so see if it's something we can inline. If not, we continue to walk the 482 + /// to see if it's something we can inline. If not, we continue to walk the 483 483 /// tree like all the other expressions do. If it can be inlined, we follow 484 484 /// a three-step process: 485 485 ///