@jitl/quickjs-wasmfile-release-asyncify
Advanced tools
Comparing version 0.27.0 to 0.28.0
@@ -11,2 +11,3 @@ import { QuickJSAsyncVariant } from '@jitl/quickjs-ffi-types'; | ||
* | -- | -- | -- | | ||
* | library | quickjs | The original [bellard/quickjs](https://github.com/bellard/quickjs) library. Version [2024-01-13+229b07b9](https://github.com/bellard/quickjs/commit/229b07b9b2c811eaf84db209a1d6f9e2a8a7b0d9) vendored to quickjs-emscripten on 2024-02-11. | | ||
* | releaseMode | release | Optimized for performance; use when building/deploying your application. | | ||
@@ -13,0 +14,0 @@ * | syncMode | asyncify | Build run through the ASYNCIFY WebAssembly transform. This imposes substantial size (2x the size of sync) and speed penalties (40% the speed of sync). In return, allows synchronous calls from the QuickJS WASM runtime to async functions on the host. The extra magic makes this variant slower than sync variants. Note that both variants support regular async functions. Only adopt ASYNCIFY if you need to! The [QuickJSAsyncRuntime](https://github.com/justjake/quickjs-emscripten/blob/main/doc/quickjs-emscripten/classes/QuickJSAsyncRuntime.md) and [QuickJSAsyncContext](https://github.com/justjake/quickjs-emscripten/blob/main/doc/quickjs-emscripten/classes/QuickJSAsyncContext.md) classes expose the ASYNCIFY-specific APIs. | |
{ | ||
"name": "@jitl/quickjs-wasmfile-release-asyncify", | ||
"version": "0.27.0", | ||
"version": "0.28.0", | ||
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", | ||
@@ -56,4 +56,4 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@jitl/quickjs-ffi-types": "0.27.0" | ||
"@jitl/quickjs-ffi-types": "0.28.0" | ||
} | ||
} |
@@ -20,2 +20,4 @@ # @jitl/quickjs-wasmfile-release-asyncify | ||
Version [2024-01-13+229b07b9](https://github.com/bellard/quickjs/commit/229b07b9b2c811eaf84db209a1d6f9e2a8a7b0d9) vendored to quickjs-emscripten on 2024-02-11. | ||
## Release mode: release | ||
@@ -22,0 +24,0 @@ |
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1244418
507
90
13
+ Added@jitl/quickjs-ffi-types@0.28.0(transitive)
- Removed@jitl/quickjs-ffi-types@0.27.0(transitive)