-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
WASM panicked at 'misaligned pointer dereference
...
#944
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
WASM panicked at 'misaligned pointer dereference
...
#944
Comments
Note that this is about to hit stable in 1.70 |
I'm currently getting it in the recently released stable 1.70. 🤔 |
@Demonthos Thanks for the feedback, but which released version of Dioxus?
And if I'm using cargo's Concretely speaking, as stated here, I tried with:
which would work. Now I'd either wait for |
The release that fixed this issue was https://crates.io/crates/sledgehammer_bindgen/0.2.2 which was bumped by https://crates.io/crates/dioxus-interpreter-js/0.3.3. The patch section should be as simple as: [patch]
dioxus = { git = "https://github.com/DioxusLabs/dioxus.git" }
dioxus-web = { git = "https://github.com/DioxusLabs/dioxus.git" }
dioxus-router = { git = "https://github.com/DioxusLabs/dioxus.git", features = [ "web" ] } |
Right. Initially I was declaring these in as standard I guess what solved the case meanwhile is the
I can confirm it's all working again! 🥳 As always, really appreciate your quick feedback @Demonthos! 🙏 |
Affects debug builds on Rust nightly, due to rust-lang/rust#98112
dioxus create
+dioxus serve
= consolepanicked at 'misaligned pointer dereference: address must be a multiple of 0x4 but is 0x113829', /Users/e/.cargo/git/checkouts/dioxus-1e619ce595d3799d/7c9295a/packages/interpreter/src/sledgehammer_bindings.rs:5:1
The text was updated successfully, but these errors were encountered: