ruffle/web/src
relrelb a8f869329e web: Fix config with `serde-wasm-bindgen`
Since `serde-wasm-bindgen` doesn't support `#[serde(default)]` (https://github.com/cloudflare/serde-wasm-bindgen/issues/20),
we no longer able to deserialize a partial `Config` object. As a solution,
take care to pass a full object from the TypeScript side.
2022-09-26 17:23:32 +03:00
..
audio.rs web: Replaced generic error in audio with JsError, as it's the only one thrown 2022-08-25 23:43:21 +02:00
lib.rs web: Fix config with `serde-wasm-bindgen` 2022-09-26 17:23:32 +03:00
log_adapter.rs chore: Appease clippy 2021-06-05 10:16:00 -07:00
navigator.rs web: Refactor `WebNavigatorBackend` 2022-08-14 17:49:05 -07:00
storage.rs avm1: Implement de/serialization of shared objects into Flash Player Lso format 2021-05-09 23:20:32 -07:00
ui.rs core: Use Cow<str> for FullscreenError in UI backend, as it can't ever be anything else 2022-08-25 23:43:21 +02:00