Updated readme
This commit is contained in:
parent
bd706a4239
commit
09789a23ef
|
|
@ -1,8 +1,12 @@
|
||||||
# Portable Foreign Function Interface for R7RS schemes
|
# Portable Foreign Function Interface for R7RS schemes
|
||||||
|
|
||||||
Currently supported implementations
|
Currently supported implementations
|
||||||
* [Sagittarius](https://bitbucket.org/ktakashi/sagittarius-scheme/wiki/Home)
|
- [Sagittarius](https://bitbucket.org/ktakashi/sagittarius-scheme/wiki/Home)
|
||||||
* [Guile](https://www.gnu.org/software/guile/)
|
- [Guile](https://www.gnu.org/software/guile/)
|
||||||
|
- [Kawa](https://www.gnu.org/software/kawa/index.html)
|
||||||
|
- Needs atleast java 21
|
||||||
|
- Needs jvm flags
|
||||||
|
- java --add-exports java.base/jdk.internal.foreign.abi=ALL-UNNAMED --add-exports java.base/jdk.internal.foreign.layout=ALL-UNNAMED --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED --enable-native-access=ALL-UNNAMED --enable-preview -jar kawa.jar FILENAME.scm
|
||||||
|
|
||||||
For documentation see
|
For documentation see
|
||||||
[Wiki](https://codeberg.org/r7rs-pffi/pffi/wiki/Documentation)
|
[Wiki](https://codeberg.org/r7rs-pffi/pffi/wiki/Documentation)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue