File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -450,3 +450,8 @@ combinations:
450450 @ echo " Build Matrix: just build-matrix [debug|release] [core|gui|tui|ui|all]"
451451 @ echo " Container: just container-build [tag]"
452452 @ echo " Run: just run-gui|run-tui|run-debug"
453+
454+ # [AUTO-GENERATED] Multi-arch / RISC-V target
455+ build-riscv :
456+ @ echo " Building for RISC-V..."
457+ cross build --target riscv64 gc-unknown-linux-gnu
Original file line number Diff line number Diff line change 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/"
You can’t perform that action at this time.
0 commit comments