[Documentation](https://github.com/plotly/plotly.rs?tab=readme-ov-file#wasm) states: ## Crate Feature Flags: wasm Enables compilation for the wasm32-unknown-unknown target and provides access to a bindings module containing wrappers around functions exported by the plotly.js library. --- However, this feature flag was removed from `plotly Cargo.toml ` in [`e80f837`](https://github.com/plotly/plotly.rs/commit/e80f837fca6d89edfde9b04b70164378d7cd5199#diff-06dc953efbda962fc6fe9848ab5dc9e02a6fff4b9e9c394071caf2c170aee8f4). This appears to remove wasm support from the plotly crate.