diff options
| author | Your Name <agrawalshagun07@gmail.com> | 2025-06-21 18:07:30 +0530 |
|---|---|---|
| committer | Your Name <agrawalshagun07@gmail.com> | 2025-06-21 18:07:30 +0530 |
| commit | 83a99a6e7660b91db1af4a7bacbc4940262d8395 (patch) | |
| tree | a630d8dc1bcd58febd78fa22731978000a120249 /bb.edn | |
| parent | afd18d36826f92504a05b4db83f2143afe4328fb (diff) | |
Remove unused bb task
Diffstat (limited to 'bb.edn')
| -rw-r--r-- | bb.edn | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -43,18 +43,6 @@ :depends [cli:build:jar] :task (apply shell "java -jar target/cli/cljcc-cli.jar" *command-line-args*)} - cli:build:wasm {:doc "Builds native image for WASM." - :depends [cli:build:jar] - :task - (shell {:dir "target/cli"} - "native-image" - "--tool:svm-wasm" - "-jar" "cljcc-cli.jar" - "-o" "cljcc-cli-wasm" - "--features=clj_easy.graal_build_time.InitClojureClasses" - "--initialize-at-build-time" - "--verbose")} - cli:build:native {:doc "Builds native image for CLI." :depends [cli:build:jar] :task |
