We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fae47b commit 5d42a30Copy full SHA for 5d42a30
1 file changed
flake.nix
@@ -18,7 +18,7 @@
18
19
# With gcc (default), the WASM build fails silently
20
# at runtime there is an error message similar to https://github.com/DioxusLabs/dioxus/discussions/3807.
21
- # Maybe this can be resolved with dioxus 0.7.0 due to https://github.com/DioxusLabs/dioxus/issues/4023.
+ # this seems to be caused by the ring dependency: https://github.com/briansmith/ring/issues/1473
22
CC_wasm32_unknown_unknown = "${pkgs.llvmPackages.clang-unwrapped}/bin/clang";
23
24
# Include path to standard library is missing by default.
0 commit comments