Alec Deason

Results 6 comments of Alec Deason

This now compiles and runs in WASM by inlining the core_plugin. With that change I believe this code is ready for review.

Absolutely a thing I'd consider. Exploring wasmtime has been on my list for a while but haven't had a strong reason to. Out of curiosity, why are you choosing wasmtime...

Ok, those are pretty compelling reasons. There are two technical problems I've had so far with wasmer, one wasmtime likely fixes and the other I don't think it helps with....

I believe this is happening because resvg needs the convert_text method to be called on trees before they are rendered. But that requires a fontdb::Database loaded with fonts. I have...

I updated the PR with a possible approach to sharing the font database across systems. It feels like it has some ugliness in how the database references get passed around...

This sounds great. I haven't thought about this code in a bit so I'm going to need some time to refresh before I feel comfortable merging but I'll try to...