rive-app / rive-bevy

MIT License
93 stars 4 forks source link

`wasm32-unknown-unknown` build tracking #8

Open simbleau opened 11 months ago

simbleau commented 11 months ago

The wasm32 architecture should be supported, otherwise there's a big risk this rust bevy runtime doesn't amount to much. There are some pretty big issues with this, particularly that rive-rs ( the parser library companion to this ) is heavily relied on by C++ and build.rs magic (see https://github.com/rive-app/rive-rs/issues/3).

Filing this issue to track wasm32 support.