Skip to content

Commit db2915c

Browse files
committed
Add cglue link to 0.2 blog
1 parent 215be8b commit db2915c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/blog/memflow-0.2.0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ mismatch of plugin's `rustc` version and the one of the user's code. While the l
171171
stable most of the time, the tides started to shift a few years ago, as more effort was put into
172172
trait objects on the compiler front.
173173

174-
For 0.2, we knew we could not keep the status quo, so, we built `cglue`. The crate allows for
175-
simple and flexible ABI safe code generation, suited for the needs of `memflow`. Throughout the
176-
(very long) beta period, we received 0 crash reports stemming from ABI instability, while 0.1 had
177-
such cases. Therefore, we can conclude that it was a good investment that already made memflow more
178-
stable.
174+
For 0.2, we knew we could not keep the status quo, so, we built
175+
[`cglue`](https://github.com/h33p/cglue). The crate allows for simple and flexible ABI safe code
176+
generation, suited for the needs of `memflow`. Throughout the (very long) beta period, we received
177+
0 crash reports stemming from ABI instability, while 0.1 had such cases. Therefore, we can conclude
178+
that it was a good investment that already made memflow more stable.
179179

180180
In `0.2.0-betaX` series, you may have encountered "invalid ABI" errors, well, fear not, because in
181181
stable series, we commit to not breaking the ABI across entirety of `0.2` series, so this problem

0 commit comments

Comments
 (0)