Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Implemented UI elements and some button functionality
  • Loading branch information
GeoChatzik authored and V0ldek committed Dec 9, 2025
commit c2cf9bd8eda4d75e43b37031fa3cc627a1f3cfe8
8 changes: 8 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#[build]
#target = "wasm32-unknown-unknown"
#
#[target.wasm32-unknown-unknown]
#linker = "rust-lld"
#rustflags = ["-C", "link-arg=--export-table"]

[build]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]


[alias]
rsontest = "hack test -q --feature-powerset --skip default -F arbitrary -F serde --ignore-unknown-features"

Expand Down
Loading