koffi 0.9.41 → 0.9.44
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/package.json +3 -3
- package/qemu/build/0.9.44/koffi_freebsd_arm64.tar.gz +0 -0
- package/qemu/build/0.9.44/koffi_freebsd_ia32.tar.gz +0 -0
- package/qemu/build/0.9.44/koffi_freebsd_x64.tar.gz +0 -0
- package/qemu/build/0.9.44/koffi_linux_arm.tar.gz +0 -0
- package/qemu/build/0.9.44/koffi_linux_arm64.tar.gz +0 -0
- package/qemu/build/0.9.44/koffi_linux_ia32.tar.gz +0 -0
- package/qemu/build/0.9.44/koffi_linux_x64.tar.gz +0 -0
- package/qemu/build/0.9.44/koffi_win32_ia32.tar.gz +0 -0
- package/qemu/build/0.9.44/koffi_win32_x64.tar.gz +0 -0
- package/qemu/build/0.9.38/koffi_freebsd_arm64.tar.gz +0 -0
- package/qemu/build/0.9.38/koffi_freebsd_ia32.tar.gz +0 -0
- package/qemu/build/0.9.38/koffi_freebsd_x64.tar.gz +0 -0
- package/qemu/build/0.9.38/koffi_linux_arm.tar.gz +0 -0
- package/qemu/build/0.9.38/koffi_linux_arm64.tar.gz +0 -0
- package/qemu/build/0.9.38/koffi_linux_ia32.tar.gz +0 -0
- package/qemu/build/0.9.38/koffi_linux_x64.tar.gz +0 -0
- package/qemu/build/0.9.38/koffi_win32_ia32.tar.gz +0 -0
- package/qemu/build/0.9.38/koffi_win32_x64.tar.gz +0 -0
package/README.md
CHANGED
|
@@ -263,13 +263,13 @@ MessageBoxA(null, 'Hello', 'Foobar', MB_ICONINFORMATION);
|
|
|
263
263
|
|
|
264
264
|
Koffi is tested on multiple architectures using emulated (accelerated when possible) QEMU machines. First, you need to install qemu packages, such as `qemu-system` (or even `qemu-system-gui`) on Ubuntu.
|
|
265
265
|
|
|
266
|
-
These machines are not included directly in this repository (for license and size reasons), but they are available here: https://koromix.dev/files/
|
|
266
|
+
These machines are not included directly in this repository (for license and size reasons), but they are available here: https://koromix.dev/files/machines/
|
|
267
267
|
|
|
268
268
|
For example, if you want to run the tests on Debian ARM64, run the following commands:
|
|
269
269
|
|
|
270
270
|
```sh
|
|
271
271
|
cd luigi/koffi/qemu/
|
|
272
|
-
wget -q -O- https://koromix.dev/files/
|
|
272
|
+
wget -q -O- https://koromix.dev/files/machines/emu_debian_arm64.tar.zst | zstd -d | tar xv
|
|
273
273
|
sha256sum -c --ignore-missing registry/sha256sum.txt
|
|
274
274
|
```
|
|
275
275
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koffi",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.44",
|
|
4
4
|
"description": "Fast and simple FFI (foreign function interface) for Node.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"foreign",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "AGPL-3.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"cnoke": "^1.0.
|
|
27
|
+
"cnoke": "^1.0.7"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"chalk": "^4.1.2",
|
|
@@ -48,6 +48,6 @@
|
|
|
48
48
|
"LICENSE.txt",
|
|
49
49
|
"README.md",
|
|
50
50
|
"CMakeLists.txt",
|
|
51
|
-
"qemu/build
|
|
51
|
+
"qemu/build/*/*.tar.gz"
|
|
52
52
|
]
|
|
53
53
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|