Updated readme
This commit is contained in:
parent
8535862375
commit
af1bb9c621
|
|
@ -18,7 +18,7 @@ Pull requests to fix bugs and add more tests are welcome.
|
||||||
- To support all R7RS implementations
|
- To support all R7RS implementations
|
||||||
- To have every possible FFI feature
|
- To have every possible FFI feature
|
||||||
- Compiling of C code at any point
|
- Compiling of C code at any point
|
||||||
- That is no stubs, no C code generated by the library and so on
|
- That is no stubs, no C code generated by the library and so on
|
||||||
|
|
||||||
For bugs you can use the
|
For bugs you can use the
|
||||||
[Bugs](https://codeberg.org/r7rs-pffi/pffi/projects/9101)
|
[Bugs](https://codeberg.org/r7rs-pffi/pffi/projects/9101)
|
||||||
|
|
@ -28,9 +28,9 @@ For bugs you can use the
|
||||||
- [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)
|
- [Kawa](https://www.gnu.org/software/kawa/index.html)
|
||||||
- Needs atleast java 21
|
- Needs atleast java 21
|
||||||
- Needs jvm flags
|
- 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
|
- 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
|
||||||
- [Racket](https://racket-lang.org/)
|
- [Racket](https://racket-lang.org/)
|
||||||
- [Chicken](https://www.call-cc.org/)
|
- [Chicken](https://www.call-cc.org/)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue