Skip to content

Commit

Permalink
Update config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
KOEGlike authored Nov 14, 2024
1 parent 882153d commit 14965dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ rustflags = ["--cfg=web_sys_unstable_apis", "--cfg=sqlx_macros_unstable","-Z", "
LEPTOS_WASM_OPT_VERSION="version_119"
LEPTOS_SASS_VERSION = "1.71.0"
RUST_BACKTRACE = "1"


[target.wasm32-unknown-unknown]
rustflags = ["-C", "target-feature=+bulk-memory"]

0 comments on commit 14965dd

Please sign in to comment.