You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make java-wasm WASI_SDK_PATH=.../wasi-sdk-25.0-arm64-macos
13
+
```
14
+
15
+
Build the AOT-compiled machine and wrapper library:
16
+
17
+
```
18
+
mvn -f java-wasm/pom.xml clean package
19
+
```
20
+
21
+
This should build the chicory-wasm jar file and pass some basic tests.
22
+
23
+
The jar will be under `java-wasm/target/chicory-prism-#####-SNAPSHOT.jar` or can be installed by using `install` instead of `pacakge` in the `mvn` command line above.
0 commit comments