Volodymyr Guguiev
Volodymyr Guguiev
> deno_doc should support compilation to arm64 and x64 on Windows, macOS and Linux, and compilation to WASM. @lucacasonato I played with compiling deno_doc into wasm here: https://github.com/vovacodes/esmdoc it looks...
Still reproducible on MacOS, Rust 1.56, `parking_lot_core = "0.8.5"` and the following cargo profile. ```toml opt-level = "z" lto = true ``` Fixed following @str4d 's [advice](https://github.com/rustwasm/wasm-pack/issues/743#issuecomment-798881356), thanks!
Any luck with fixing the example? Running into this in project too :(
Getting a crash with: - `"expo": "51.0.7"` - `"expo-gl": "14.0.2"` - `"@react-three/fiber": "8.16.6"` I noticed that what triggers the crash is adding geometry to a mesh: ```tsx {/* This element...
@thlorenz here's an example: ```rust // Define the event struct #[event] pub struct CreatedEvent { /// The multisig account. pub multisig: Pubkey, #[index] /// Memo that was added by the...
Hit this one today, I wonder if we could make user experience of it slightly better than extension hunting in this case?
@eric183 thing is I initially ran into this issue in my own project and then was able to reproduce it in a fresh repo so I doubt the issue is...