File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -677,3 +677,8 @@ todos:
677677# Open in editor
678678edit:
679679 ${EDITOR:- code} .
680+
681+ # [AUTO-GENERATED] Multi-arch / RISC-V target
682+ build-riscv:
683+ @echo "Building for RISC-V..."
684+ cross build --target riscv64gc-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/"
Original file line number Diff line number Diff line change 22 "tasks" : {
33 "dev" : " deno task rescript && tauri dev" ,
44 "build" : " deno task rescript && tauri build" ,
5- "rescript" : " npx rescript build " ,
5+ "rescript" : " ^12.0.0 " ,
66 "rescript:watch" : " npx rescript build -w" ,
77 "rescript:clean" : " npx rescript clean"
88 },
You can’t perform that action at this time.
0 commit comments