Skip to content

Commit 0a6c343

Browse files
authored
add fire (#28)
1 parent 85630ed commit 0a6c343

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Here the list of libraries tested:
4242
| :x: | [system](./system) | Layer on top of components | *Buildtime error, see Readme* |
4343

4444

45+
4546
More libraries to come (*PRs are welcome*).
4647

4748
Interesting GraalVM documentation to build native-images:

fire/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ Test with:
1414

1515
docker-compose up -d
1616
lein do clean, uberjar, native, run-native
17-
docker-compose down
17+
18+
docker-compose down
1819

1920
## Results
2021

2122
`[fire.core :as fire]` :white_check_mark:
2223
`[fire.auth :as auth]` :white_check_mark:
24+

0 commit comments

Comments
 (0)