Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Try it now" boxes don't work / have panicked? #11

Closed
thanatos opened this issue Jul 28, 2021 · 2 comments
Closed

"Try it now" boxes don't work / have panicked? #11

thanatos opened this issue Jul 28, 2021 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@thanatos
Copy link

Typing in code into the boxes under "Editor" (the "Try it Here!" button) does nothing.

In both FF & Chrome, it seems like some Rust in WASM is panicking:

Finished loading Rust wasm module 'pest_site'
pest-site.wasm:0x569b6 Uncaught RuntimeError: unreachable
    at __rust_start_panic (pest-site.wasm:0x569b6)
    at rust_panic (pest-site.wasm:0x567a6)
    at std::panicking::rust_panic_with_hook::h51f1c855dfa04d94 (pest-site.wasm:0x564bd)
    at std::panicking::continue_panic_fmt::h728aed66c815f8d0 (pest-site.wasm:0x56385)
    at rust_begin_unwind (pest-site.wasm:0x56309)
    at core::panicking::panic_fmt::h59066e1e00f1980f (pest-site.wasm:0x58faa)
    at core::panicking::panic::h2629fd904a66558c (pest-site.wasm:0x58ed2)
    at pest_site::parse_input::h8ebf157918e4c235 (pest-site.wasm:0x86cd)
    at stdweb::webapi::window_or_worker::funcall_adapter::h0353d924de912f2e (pest-site.wasm:0x2e16)
    at Object.Module.STDWEB_PRIVATE.dyncall (pest-site.js:425)
@tomtau tomtau added the help wanted Extra attention is needed label Nov 24, 2022
@tomtau
Copy link
Contributor

tomtau commented Nov 24, 2022

may be resolved with #13

@nathanielknight
Copy link
Contributor

I've verified that the editor now works on desktop Chrome, Firefox, and Safari (on MacOS) and Mobile Safari.

I expect this issue is resolved 👍

@tomtau tomtau closed this as completed Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants