You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My hardware is compatible and my graphics drivers are up-to-date.
What happened?
I want to compile a web version of the tour example. The method you provided was used: cd examples/tour trunk serve
The browser cannot display any graphics and reports an error: RuntimeError: unreachable
What is the expected behavior?
The same behavior as the desktop
Version
master
Operative System
Windows
Do you have any log output?
Uncaught (in promise) RuntimeError: unreachable
at __rust_start_panic (tour-dc667960ab6beea7_bg.wasm:0x1293a3a)
at rust_panic (tour-dc667960ab6beea7_bg.wasm:0x127fe98)
at std::panicking::rust_panic_with_hook::h70a0e195f4db2a29 (tour-dc667960ab6beea7_bg.wasm:0xf77890)
at std::panicking::begin_panic_handler::{{closure}}::hdcfc819ce836829e (tour-dc667960ab6beea7_bg.wasm:0x1044ce8)
at std::sys_common::backtrace::__rust_end_short_backtrace::h53cabafab5b09ada (tour-dc667960ab6beea7_bg.wasm:0x1275e8e)
at rust_begin_unwind (tour-dc667960ab6beea7_bg.wasm:0x11ad1cc)
at core::panicking::panic_fmt::h751be80779d42b53 (tour-dc667960ab6beea7_bg.wasm:0x1244a86)
at std::time::SystemTime::now::hc0a63dc16c77bca3 (tour-dc667960ab6beea7_bg.wasm:0x1244a03)
at env_logger::fmt::humantime::imp::<impl env_logger::fmt::Formatter>::timestamp_seconds::haf7734f28160ab95 (tour-dc667960ab6beea7_bg.wasm:0x113e2f0)
at env_logger::fmt::DefaultFormat::write_timestamp::hb067d7130f409a9c (tour-dc667960ab6beea7_bg.wasm:0xc7e273)
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Is this issue related to iced?
What happened?
I want to compile a web version of the tour example. The method you provided was used:
cd examples/tour
trunk serve
The browser cannot display any graphics and reports an error: RuntimeError: unreachable
What is the expected behavior?
The same behavior as the desktop
Version
master
Operative System
Windows
Do you have any log output?
The text was updated successfully, but these errors were encountered: