wsjtx-lib 2.1.0 → 2.1.1
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 +5 -0
- package/package.json +1 -1
- package/prebuilds/darwin-arm64/build-info.json +1 -1
- package/prebuilds/darwin-arm64/libwsjtx_core.dylib +0 -0
- package/prebuilds/darwin-arm64/wsjtx_lib_nodejs.node +0 -0
- package/prebuilds/darwin-x64/build-info.json +1 -1
- package/prebuilds/darwin-x64/libwsjtx_core.dylib +0 -0
- package/prebuilds/darwin-x64/wsjtx_lib_nodejs.node +0 -0
- package/prebuilds/linux-arm64/build-info.json +3 -1
- package/prebuilds/linux-arm64/libwsjtx_core.so +0 -0
- package/prebuilds/linux-x64/build-info.json +3 -1
- package/prebuilds/linux-x64/libwsjtx_core.so +0 -0
- package/prebuilds/win32-x64/build-info.json +1 -1
- package/prebuilds/win32-x64/wsjtx_core.dll +0 -0
- package/prebuilds/win32-x64/wsjtx_lib_nodejs.node +0 -0
package/README.md
CHANGED
|
@@ -47,6 +47,11 @@ Runtime binary loading uses `node-gyp-build` with prebuildify layout
|
|
|
47
47
|
(`prebuilds/<platform>-<arch>/*.node`), and falls back to
|
|
48
48
|
`build/Release/*.node` for local development builds.
|
|
49
49
|
|
|
50
|
+
Linux prebuilds are built and checked so neither `wsjtx_lib_nodejs.node` nor
|
|
51
|
+
`libwsjtx_core.so` requires an executable stack. Downstreams should not patch
|
|
52
|
+
`PT_GNU_STACK` or require `GLIBC_TUNABLES=glibc.rtld.execstack=2`; if that
|
|
53
|
+
condition appears, treat it as a source/build regression.
|
|
54
|
+
|
|
50
55
|
### Building from Source
|
|
51
56
|
|
|
52
57
|
Only needed if prebuilt binaries are not available for your platform.
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"platform":"win32","arch":"x64","build_time":"2026-05-
|
|
1
|
+
{"platform":"win32","arch":"x64","build_time":"2026-05-18T10:19:02Z"}
|
|
Binary file
|
|
Binary file
|