Orion
Orion
I agree, this happened to me and had no idea why it crashed. I clearly had enough space **on the SD card** but tried to install it directly to **system...
Duplicates #97
In fact, I'm not installing in a subpath of the source path. Source path is `~/simgrid-aur/src/simgrid` (the git directory) and install path is `~/simgrid-aur/pkg/simgrid-java-git/opt/simgrid` (the path passed to cmake with...
Just FYI I successfully compiled for wasm with various hacks : https://github.com/orion78fr/godot_keepass_rust_totp Example : https://orion78.fr/godot_test/keepassTotp.html (it has a simple script that change the button text according to a function call...
I've put the repository under MIT License, that should be OK. The whole steps are here : https://github.com/orion78fr/godot_keepass_rust_totp/actions/runs/900998393/workflow#L255 Some things I had to do : - Don't forget to set...
Yeah I only tested Chrome / Firefox on Windows and Android (as I mainly focus on APK export atm, can't figure out how I could make Android java calls to...
(Oh I've seen this one featured in the GMTK jam 2021 video !) Yeah probably, but I think that I'm missing some flags to pass to `rustc` too, like the...
Try removing `-Wl,--no-check-features -all` from the `emcc` flags, you will see the experimental part used by the binaries produced by `rustc`. I really stopped debugging this when it produced a...
@cristomc I think you are missing the include path from emscripten (`C_INCLUDE_PATH: ${{env.EMSDK}}/upstream/emscripten/cache/sysroot/include/`)
Can you try adding `-C target-feature=-bulk-memory` to RUSTFLAGS ? Maybe it will work