koffi 1.1.0-beta.4 → 1.1.0-beta.5
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 +1 -1
- package/build/qemu/{1.1.0-beta.4 → 1.1.0-beta.5}/koffi_darwin_x64.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.4 → 1.1.0-beta.5}/koffi_freebsd_arm64.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.4 → 1.1.0-beta.5}/koffi_freebsd_ia32.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.4 → 1.1.0-beta.5}/koffi_freebsd_x64.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.4 → 1.1.0-beta.5}/koffi_linux_arm.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.4 → 1.1.0-beta.5}/koffi_linux_arm64.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.4 → 1.1.0-beta.5}/koffi_linux_ia32.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.4 → 1.1.0-beta.5}/koffi_linux_x64.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.4 → 1.1.0-beta.5}/koffi_win32_ia32.tar.gz +0 -0
- package/build/qemu/{1.1.0-beta.4 → 1.1.0-beta.5}/koffi_win32_x64.tar.gz +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -223,7 +223,7 @@ while (!WindowShouldClose()) {
|
|
|
223
223
|
|
|
224
224
|
Koffi exposes three functions to explore type information:
|
|
225
225
|
- `koffi.sizeof(type)` to get the size of a type
|
|
226
|
-
- `koffi.
|
|
226
|
+
- `koffi.alignof(type)` to get the alignment of a type
|
|
227
227
|
- `koffi.introspect(type)` to get the definition of a type (only for structs for now)
|
|
228
228
|
|
|
229
229
|
## C arrays
|
|
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
|