Skip to content

Commit c83fe35

Browse files
committed
Auto-commit: Sync changes [2026-03-05]
1 parent 2da58aa commit c83fe35

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

Justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,3 +383,8 @@ help:
383383
@echo " just container-run - Run container"
384384
@echo ""
385385
@echo "For full list: just --list"
386+
387+
# [AUTO-GENERATED] Multi-arch / RISC-V target
388+
build-riscv:
389+
@echo "Building for RISC-V..."
390+
cross build --target riscv64gc-unknown-linux-gnu

alkahest-shell-transmuter/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/"

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)