I poke around the source-code when, Laurent
posted about it.
He did a pretty good job, though it won't compile the debug version as the debug lib was 50 megs.
He uses a WriteableBitmap, which is pretty slow, but what is interesting is the Awesomium reports back dirty regions, so they fit nicely together. For funsies, I did a conversion to use the InteropBitmap and did get a bit of a perf boost. Maybe .NET 4.0 will be better w/ WB now that it actually honors dirty rects, instead of pretending to.
I hope someday the native WPF browser control will support this...anything that is based off the HwndSource class should get the boot! :)