chore: update auto-generated file
This commit is contained in:
parent
888e472157
commit
dee775ae42
1 changed files with 2 additions and 2 deletions
|
@ -336,7 +336,7 @@ if (!nativeBinding || process.env.NAPI_RS_FORCE_WASI) {
|
||||||
nativeBinding = require('./backend-rs.wasi.cjs')
|
nativeBinding = require('./backend-rs.wasi.cjs')
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
if (process.env.NAPI_RS_FORCE_WASI) {
|
if (process.env.NAPI_RS_FORCE_WASI) {
|
||||||
console.error(err)
|
loadErrors.push(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!nativeBinding) {
|
if (!nativeBinding) {
|
||||||
|
@ -344,7 +344,7 @@ if (!nativeBinding || process.env.NAPI_RS_FORCE_WASI) {
|
||||||
nativeBinding = require('backend-rs-wasm32-wasi')
|
nativeBinding = require('backend-rs-wasm32-wasi')
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
if (process.env.NAPI_RS_FORCE_WASI) {
|
if (process.env.NAPI_RS_FORCE_WASI) {
|
||||||
console.error(err)
|
loadErrors.push(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue