@node-rs/bcrypt-wasm32-wasi
Advanced tools
Comparing version 1.10.1 to 1.10.2
@@ -6,15 +6,7 @@ import { | ||
} from '@napi-rs/wasm-runtime' | ||
import { Volume as __Volume, createFsFromVolume as __createFsFromVolume } from '@napi-rs/wasm-runtime/fs' | ||
import __wasmUrl from './bcrypt.wasm32-wasi.wasm?url' | ||
const __fs = __createFsFromVolume( | ||
__Volume.fromJSON({ | ||
'/': null, | ||
}), | ||
) | ||
const __wasi = new __WASI({ | ||
version: 'preview1', | ||
fs: __fs, | ||
}) | ||
@@ -25,4 +17,4 @@ | ||
const __sharedMemory = new WebAssembly.Memory({ | ||
initial: 1024, | ||
maximum: 10240, | ||
initial: 4000, | ||
maximum: 65536, | ||
shared: true, | ||
@@ -29,0 +21,0 @@ }) |
{ | ||
"name": "@node-rs/bcrypt-wasm32-wasi", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"cpu": [ | ||
@@ -46,4 +46,4 @@ "wasm32" | ||
"dependencies": { | ||
"@napi-rs/wasm-runtime": "^0.1.1" | ||
"@napi-rs/wasm-runtime": "^0.2.0" | ||
} | ||
} |
# `@node-rs/bcrypt-wasm32-wasi` | ||
This is the **wasm32-wasi-preview1-threads** binary for `@node-rs/bcrypt` | ||
This is the **wasm32-wasip1-threads** binary for `@node-rs/bcrypt` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
236
183638
6
+ Added@napi-rs/wasm-runtime@0.2.5(transitive)
+ Added@tybys/wasm-util@0.9.0(transitive)
- Removed@napi-rs/wasm-runtime@0.1.2(transitive)
- Removed@tybys/wasm-util@0.8.3(transitive)
Updated@napi-rs/wasm-runtime@^0.2.0