generated from napi-rs/package-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #666 from antoniomuso/bump-2.2.0
2.3.0
- Loading branch information
Showing
1 changed file
with
369 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,369 @@ | ||
"use strict";const{readFileSync}=require("fs");let nativeBinding=null;const loadErrors=[],isMusl=()=>{let r=!1;return process.platform==="linux"&&(r=isMuslFromFilesystem(),r===null&&(r=isMuslFromReport()),r===null&&(r=isMuslFromChildProcess())),r},isFileMusl=r=>r.includes("libc.musl-")||r.includes("ld-musl-"),isMuslFromFilesystem=()=>{try{return readFileSync("/usr/bin/ldd","utf-8").includes("musl")}catch{return null}},isMuslFromReport=()=>{const r=typeof process.report.getReport=="function"?process.report.getReport():null;return r?r.header&&r.header.glibcVersionRuntime?!1:!!(Array.isArray(r.sharedObjects)&&r.sharedObjects.some(isFileMusl)):null},isMuslFromChildProcess=()=>{try{return require("child_process").execSync("ldd --version",{encoding:"utf8"}).includes("musl")}catch{return!1}};function requireNative(){if(process.platform==="android")if(process.arch==="arm64"){try{return require("./lz4-napi.android-arm64.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-android-arm64")}catch(r){loadErrors.push(r)}}else if(process.arch==="arm"){try{return require("./lz4-napi.android-arm-eabi.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-android-arm-eabi")}catch(r){loadErrors.push(r)}}else loadErrors.push(new Error(`Unsupported architecture on Android ${process.arch}`));else if(process.platform==="win32")if(process.arch==="x64"){try{return require("./lz4-napi.win32-x64-msvc.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-win32-x64-msvc")}catch(r){loadErrors.push(r)}}else if(process.arch==="ia32"){try{return require("./lz4-napi.win32-ia32-msvc.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-win32-ia32-msvc")}catch(r){loadErrors.push(r)}}else if(process.arch==="arm64"){try{return require("./lz4-napi.win32-arm64-msvc.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-win32-arm64-msvc")}catch(r){loadErrors.push(r)}}else loadErrors.push(new Error(`Unsupported architecture on Windows: ${process.arch}`));else if(process.platform==="darwin"){try{return require("./lz4-napi.darwin-universal.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-darwin-universal")}catch(r){loadErrors.push(r)}if(process.arch==="x64"){try{return require("./lz4-napi.darwin-x64.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-darwin-x64")}catch(r){loadErrors.push(r)}}else if(process.arch==="arm64"){try{return require("./lz4-napi.darwin-arm64.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-darwin-arm64")}catch(r){loadErrors.push(r)}}else loadErrors.push(new Error(`Unsupported architecture on macOS: ${process.arch}`))}else if(process.platform==="freebsd")if(process.arch==="x64"){try{return require("./lz4-napi.freebsd-x64.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-freebsd-x64")}catch(r){loadErrors.push(r)}}else if(process.arch==="arm64"){try{return require("./lz4-napi.freebsd-arm64.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-freebsd-arm64")}catch(r){loadErrors.push(r)}}else loadErrors.push(new Error(`Unsupported architecture on FreeBSD: ${process.arch}`));else if(process.platform==="linux")if(process.arch==="x64")if(isMusl()){try{return require("./lz4-napi.linux-x64-musl.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-linux-x64-musl")}catch(r){loadErrors.push(r)}}else{try{return require("./lz4-napi.linux-x64-gnu.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-linux-x64-gnu")}catch(r){loadErrors.push(r)}}else if(process.arch==="arm64")if(isMusl()){try{return require("./lz4-napi.linux-arm64-musl.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-linux-arm64-musl")}catch(r){loadErrors.push(r)}}else{try{return require("./lz4-napi.linux-arm64-gnu.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-linux-arm64-gnu")}catch(r){loadErrors.push(r)}}else if(process.arch==="arm")if(isMusl()){try{return require("./lz4-napi.linux-arm-musleabihf.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-linux-arm-musleabihf")}catch(r){loadErrors.push(r)}}else{try{return require("./lz4-napi.linux-arm-gnueabihf.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-linux-arm-gnueabihf")}catch(r){loadErrors.push(r)}}else if(process.arch==="riscv64")if(isMusl()){try{return require("./lz4-napi.linux-riscv64-musl.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-linux-riscv64-musl")}catch(r){loadErrors.push(r)}}else{try{return require("./lz4-napi.linux-riscv64-gnu.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-linux-riscv64-gnu")}catch(r){loadErrors.push(r)}}else if(process.arch==="ppc64"){try{return require("./lz4-napi.linux-ppc64-gnu.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-linux-ppc64-gnu")}catch(r){loadErrors.push(r)}}else if(process.arch==="s390x"){try{return require("./lz4-napi.linux-s390x-gnu.node")}catch(r){loadErrors.push(r)}try{return require("lz4-napi-linux-s390x-gnu")}catch(r){loadErrors.push(r)}}else loadErrors.push(new Error(`Unsupported architecture on Linux: ${process.arch}`));else loadErrors.push(new Error(`Unsupported OS: ${process.platform}, architecture: ${process.arch}`))}if(nativeBinding=requireNative(),!nativeBinding||process.env.NAPI_RS_FORCE_WASI){try{nativeBinding=require("./lz4-napi.wasi.cjs")}catch(r){process.env.NAPI_RS_FORCE_WASI&&loadErrors.push(r)}if(!nativeBinding)try{nativeBinding=require("lz4-napi-wasm32-wasi")}catch(r){process.env.NAPI_RS_FORCE_WASI&&loadErrors.push(r)}}if(!nativeBinding)throw loadErrors.length>0?new Error("Failed to load native binding",{cause:loadErrors}):new Error("Failed to load native binding");module.exports.compress=nativeBinding.compress,module.exports.compressFrame=nativeBinding.compressFrame,module.exports.compressSync=nativeBinding.compressSync,module.exports.decompressFrame=nativeBinding.decompressFrame,module.exports.uncompress=nativeBinding.uncompress,module.exports.uncompressSync=nativeBinding.uncompressSync; | ||
// prettier-ignore | ||
/* eslint-disable */ | ||
/* auto-generated by NAPI-RS */ | ||
|
||
const { readFileSync } = require('fs') | ||
|
||
let nativeBinding = null | ||
const loadErrors = [] | ||
|
||
const isMusl = () => { | ||
let musl = false | ||
if (process.platform === 'linux') { | ||
musl = isMuslFromFilesystem() | ||
if (musl === null) { | ||
musl = isMuslFromReport() | ||
} | ||
if (musl === null) { | ||
musl = isMuslFromChildProcess() | ||
} | ||
} | ||
return musl | ||
} | ||
|
||
const isFileMusl = (f) => f.includes('libc.musl-') || f.includes('ld-musl-') | ||
|
||
const isMuslFromFilesystem = () => { | ||
try { | ||
return readFileSync('/usr/bin/ldd', 'utf-8').includes('musl') | ||
} catch { | ||
return null | ||
} | ||
} | ||
|
||
const isMuslFromReport = () => { | ||
const report = typeof process.report.getReport === 'function' ? process.report.getReport() : null | ||
if (!report) { | ||
return null | ||
} | ||
if (report.header && report.header.glibcVersionRuntime) { | ||
return false | ||
} | ||
if (Array.isArray(report.sharedObjects)) { | ||
if (report.sharedObjects.some(isFileMusl)) { | ||
return true | ||
} | ||
} | ||
return false | ||
} | ||
|
||
const isMuslFromChildProcess = () => { | ||
try { | ||
return require('child_process').execSync('ldd --version', { encoding: 'utf8' }).includes('musl') | ||
} catch (e) { | ||
// If we reach this case, we don't know if the system is musl or not, so is better to just fallback to false | ||
return false | ||
} | ||
} | ||
|
||
function requireNative() { | ||
if (process.platform === 'android') { | ||
if (process.arch === 'arm64') { | ||
try { | ||
return require('./lz4-napi.android-arm64.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-android-arm64') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} else if (process.arch === 'arm') { | ||
try { | ||
return require('./lz4-napi.android-arm-eabi.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-android-arm-eabi') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} else { | ||
loadErrors.push(new Error(`Unsupported architecture on Android ${process.arch}`)) | ||
} | ||
} else if (process.platform === 'win32') { | ||
if (process.arch === 'x64') { | ||
try { | ||
return require('./lz4-napi.win32-x64-msvc.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-win32-x64-msvc') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} else if (process.arch === 'ia32') { | ||
try { | ||
return require('./lz4-napi.win32-ia32-msvc.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-win32-ia32-msvc') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} else if (process.arch === 'arm64') { | ||
try { | ||
return require('./lz4-napi.win32-arm64-msvc.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-win32-arm64-msvc') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} else { | ||
loadErrors.push(new Error(`Unsupported architecture on Windows: ${process.arch}`)) | ||
} | ||
} else if (process.platform === 'darwin') { | ||
try { | ||
return require('./lz4-napi.darwin-universal.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-darwin-universal') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
if (process.arch === 'x64') { | ||
try { | ||
return require('./lz4-napi.darwin-x64.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-darwin-x64') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} else if (process.arch === 'arm64') { | ||
try { | ||
return require('./lz4-napi.darwin-arm64.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-darwin-arm64') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} else { | ||
loadErrors.push(new Error(`Unsupported architecture on macOS: ${process.arch}`)) | ||
} | ||
} else if (process.platform === 'freebsd') { | ||
if (process.arch === 'x64') { | ||
try { | ||
return require('./lz4-napi.freebsd-x64.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-freebsd-x64') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} else if (process.arch === 'arm64') { | ||
try { | ||
return require('./lz4-napi.freebsd-arm64.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-freebsd-arm64') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} else { | ||
loadErrors.push(new Error(`Unsupported architecture on FreeBSD: ${process.arch}`)) | ||
} | ||
} else if (process.platform === 'linux') { | ||
if (process.arch === 'x64') { | ||
if (isMusl()) { | ||
try { | ||
return require('./lz4-napi.linux-x64-musl.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-linux-x64-musl') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} else { | ||
try { | ||
return require('./lz4-napi.linux-x64-gnu.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-linux-x64-gnu') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} | ||
} else if (process.arch === 'arm64') { | ||
if (isMusl()) { | ||
try { | ||
return require('./lz4-napi.linux-arm64-musl.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-linux-arm64-musl') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} else { | ||
try { | ||
return require('./lz4-napi.linux-arm64-gnu.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-linux-arm64-gnu') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} | ||
} else if (process.arch === 'arm') { | ||
if (isMusl()) { | ||
try { | ||
return require('./lz4-napi.linux-arm-musleabihf.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-linux-arm-musleabihf') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} else { | ||
try { | ||
return require('./lz4-napi.linux-arm-gnueabihf.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-linux-arm-gnueabihf') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} | ||
} else if (process.arch === 'riscv64') { | ||
if (isMusl()) { | ||
try { | ||
return require('./lz4-napi.linux-riscv64-musl.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-linux-riscv64-musl') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} else { | ||
try { | ||
return require('./lz4-napi.linux-riscv64-gnu.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-linux-riscv64-gnu') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} | ||
} else if (process.arch === 'ppc64') { | ||
try { | ||
return require('./lz4-napi.linux-ppc64-gnu.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-linux-ppc64-gnu') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} else if (process.arch === 's390x') { | ||
try { | ||
return require('./lz4-napi.linux-s390x-gnu.node') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
try { | ||
return require('lz4-napi-linux-s390x-gnu') | ||
} catch (e) { | ||
loadErrors.push(e) | ||
} | ||
|
||
} else { | ||
loadErrors.push(new Error(`Unsupported architecture on Linux: ${process.arch}`)) | ||
} | ||
} else { | ||
loadErrors.push(new Error(`Unsupported OS: ${process.platform}, architecture: ${process.arch}`)) | ||
} | ||
} | ||
|
||
nativeBinding = requireNative() | ||
|
||
if (!nativeBinding || process.env.NAPI_RS_FORCE_WASI) { | ||
try { | ||
nativeBinding = require('./lz4-napi.wasi.cjs') | ||
} catch (err) { | ||
if (process.env.NAPI_RS_FORCE_WASI) { | ||
loadErrors.push(err) | ||
} | ||
} | ||
if (!nativeBinding) { | ||
try { | ||
nativeBinding = require('lz4-napi-wasm32-wasi') | ||
} catch (err) { | ||
if (process.env.NAPI_RS_FORCE_WASI) { | ||
loadErrors.push(err) | ||
} | ||
} | ||
} | ||
} | ||
|
||
if (!nativeBinding) { | ||
if (loadErrors.length > 0) { | ||
// TODO Link to documentation with potential fixes | ||
// - The package owner could build/publish bindings for this arch | ||
// - The user may need to bundle the correct files | ||
// - The user may need to re-install node_modules to get new packages | ||
throw new Error('Failed to load native binding', { cause: loadErrors }) | ||
} | ||
throw new Error(`Failed to load native binding`) | ||
} | ||
|
||
module.exports.compress = nativeBinding.compress | ||
module.exports.compressFrame = nativeBinding.compressFrame | ||
module.exports.compressSync = nativeBinding.compressSync | ||
module.exports.decompressFrame = nativeBinding.decompressFrame | ||
module.exports.uncompress = nativeBinding.uncompress | ||
module.exports.uncompressSync = nativeBinding.uncompressSync |