Fixes, blitz update, and subsecond custom linker setup
This release fixes a number of issues found in Dioxus v0.7.0-alpha.0.
A few updates include
- better support for custom linkers with the subsecond hotpatching engine
- updating to blitz 0.1-alpha.1 which fixes bugs, performance, and adds more CSS compatibility
- arm64 linux binstall builds
- component library demo site (http://dioxuslabs.github.io/components/)
- fix wasm-opt with rust 1.87
- fix vcs in dx new
- add support for dylib/so/dll bundling
- fix tls binding across hotpatch boundaries
- fix lld/mold flags with subsecond
- hash assets outside the asset!() macro, instead during
dx build
Random updates
- The bevy team has started a PR integrating subsecond with bevy itself bevyengine/bevy#19309
- There's now a 3rd party bevy-subsecond integration https://github.com/TheBevyFlock/bevy_simple_subsecond_system
- The new blitz is much faster and has better CSS support!