Skip to content

Commit 4ea0757

Browse files
committed
Auto-commit: Sync changes [2026-03-05]
1 parent b8ed66b commit 4ea0757

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,3 +458,8 @@ uninstall-tn:
458458
sudo rm -f /usr/local/share/man/man1/treenav.1.gz
459459
sudo mandb 2>/dev/null || true
460460
@echo "✅ Uninstalled"
461+
462+
# [AUTO-GENERATED] Multi-arch / RISC-V target
463+
build-riscv:
464+
@echo "Building for RISC-V..."
465+
cross build --target riscv64gc-unknown-linux-gnu

examples/web-project-deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "deno test --allow-all"
99
},
1010
"imports": {
11-
"rescript": "npm:rescript@^12.1.0",
11+
"rescript": "^12.0.0",
1212
"@rescript/core": "npm:@rescript/core@^1.6.0",
1313
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
1414
"proven/": "../proven/bindings/rescript/src/"

0 commit comments

Comments
 (0)