Closed patmuk closed 1 month ago
@fzyzcjy as suggested in https://github.com/fzyzcjy/flutter_rust_bridge/pull/2308#discussion_r1778568908 this fixes all #[cfg(wasm)] warnings by turning them Into #[cfg(target_family = "wasm")].
./frb_internal precommit --mode slow
fast
./website
./frb_internal --help
Looks good!
Changes
@fzyzcjy as suggested in https://github.com/fzyzcjy/flutter_rust_bridge/pull/2308#discussion_r1778568908 this fixes all #[cfg(wasm)] warnings by turning them Into #[cfg(target_family = "wasm")].
Checklist
./frb_internal precommit --mode slow
(orfast
) is run (it internal runs code generator, does auto formatting, etc)../website
folder) are updated.Remark for PR creator
./frb_internal --help
shows utilities for development.