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 b8ed66b commit 4ea0757Copy full SHA for 4ea0757
2 files changed
Justfile
@@ -458,3 +458,8 @@ uninstall-tn:
458
sudo rm -f /usr/local/share/man/man1/treenav.1.gz
459
sudo mandb 2>/dev/null || true
460
@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
@@ -8,7 +8,7 @@
8
"test": "deno test --allow-all"
9
},
10
"imports": {
11
- "rescript": "npm:rescript@^12.1.0",
+ "rescript": "^12.0.0",
12
"@rescript/core": "npm:@rescript/core@^1.6.0",
13
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
14
"proven/": "../proven/bindings/rescript/src/"
0 commit comments