There's breaking changes with the latest web-sys, at least when using web_sys_unstable_apis (which is required for many nice things)
For example, MouseEvent.client_x returns f64 instead of the old i32
This is currently reproducible by cloning the repo and running:
RUSTFLAGS="--cfg=web_sys_unstable_apis" cargo check --target wasm32-unknown-unknown
can be closed by PR #88
There's breaking changes with the latest web-sys, at least when using
web_sys_unstable_apis(which is required for many nice things)For example,
MouseEvent.client_xreturns f64 instead of the old i32This is currently reproducible by cloning the repo and running:
RUSTFLAGS="--cfg=web_sys_unstable_apis" cargo check --target wasm32-unknown-unknowncan be closed by PR #88