koffi 1.1.0-beta.8 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/build/qemu/{1.1.0-beta.8 → 1.1.0}/koffi_darwin_x64.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.8 → 1.1.0}/koffi_freebsd_arm64.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.8 → 1.1.0}/koffi_freebsd_ia32.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.8 → 1.1.0}/koffi_freebsd_x64.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.8 → 1.1.0}/koffi_linux_arm.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.8 → 1.1.0}/koffi_linux_arm64.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.8 → 1.1.0}/koffi_linux_ia32.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.8 → 1.1.0}/koffi_linux_x64.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.8 → 1.1.0}/koffi_win32_ia32.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.8 → 1.1.0}/koffi_win32_x64.tar.gz +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
|
|
21
21
|
Koffi is a fast and easy-to-use FFI module for Node.js, with support for primitive and aggregate data types (structs), both by reference (pointer) and by value.
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
The following features are planned in the near future:
|
|
24
24
|
|
|
25
|
-
* 1.1: Asynchronous calls and fixed-size array types
|
|
26
25
|
* 1.2: C to JS callbacks
|
|
26
|
+
* 1.3: Type parser
|
|
27
27
|
|
|
28
28
|
The following platforms __are officially supported and tested__ at the moment:
|
|
29
29
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|