aboutsummaryrefslogtreecommitdiff
path: root/bb.edn
diff options
context:
space:
mode:
Diffstat (limited to 'bb.edn')
-rw-r--r--bb.edn12
1 files changed, 0 insertions, 12 deletions
diff --git a/bb.edn b/bb.edn
index 00c6add..31a61f3 100644
--- a/bb.edn
+++ b/bb.edn
@@ -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