cached_video_player_plus icon indicating copy to clipboard operation
cached_video_player_plus copied to clipboard

Incompatibility with WASM due to get_storage dependency

Open hectorAguero opened this issue 10 months ago • 0 comments

When attempting to build an app for WebAssembly (WASM), the get_storage package used within this package's implementation prevents compatibility.

get_storage doesn't support WASM. Please consider replacing or modifying this dependency to enable WASM compatibility.

hectorAguero avatar Jan 02 '25 19:01 hectorAguero