Skip to content

Commit f5659de

Browse files
committed
v0.3.1
1 parent deb4c56 commit f5659de

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ this library is published, and add a `%%%` dependency:
1717

1818
```scala
1919
resolvers += Resolver.bintrayRepo("nadavwr", "maven"),
20-
libraryDependencies += "com.github.nadavwr" %%% "libffi-scala-native" % "0.3.0"
20+
libraryDependencies += "com.github.nadavwr" %%% "libffi-scala-native" % "0.3.1"
2121
```
2222

2323
Every parameter type must have an instance of `FfiType[_]`
@@ -70,9 +70,6 @@ val result2 = div(num, denom)(stackalloc[DivT])
7070

7171
* The return value and all arguments must be preallocated, and
7272
provided to bound functions as pointers.
73-
* Only functions with up to 5 parameters are supported at this time. This
74-
is not a technical limitation—just looking for a more elegant solution
75-
before going forward with some more boilerplate.
7673
* There is no facility to unload shared libraries once they've been loaded.
7774
* Expect a performance drop typical of `libffi`.
7875
Depending on your needs, this may be negligible.

0 commit comments

Comments
 (0)