@jitl/quickjs-wasmfile-debug-sync
Advanced tools
Comparing version 0.26.1-rc.0 to 0.27.0
{ | ||
"name": "@jitl/quickjs-wasmfile-debug-sync", | ||
"version": "0.26.1-rc.0", | ||
"version": "0.27.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.26.1-rc.0" | ||
"@jitl/quickjs-ffi-types": "0.27.0" | ||
} | ||
} |
@@ -80,2 +80,3 @@ # @jitl/quickjs-wasmfile-debug-sync | ||
"--pre-js $(TEMPLATES)/pre-wasmOffsetConverter.js", | ||
"--pre-js $(TEMPLATES)/pre-wasmMemory.js", | ||
"-DQTS_SANITIZE_LEAK", | ||
@@ -82,0 +83,0 @@ "-fsanitize=leak", |
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
7503403
20635
86
+ Added@jitl/quickjs-ffi-types@0.27.0(transitive)
- Removed@jitl/quickjs-ffi-types@0.26.1-rc.0(transitive)