cdk-from-cfn 0.67.0 → 0.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/index_bg.wasm +0 -0
- package/package.json +1 -1
package/index.js
CHANGED
@@ -89,7 +89,7 @@ module.exports.supported_languages = function() {
|
|
89
89
|
var r0 = getInt32Memory0()[retptr / 4 + 0];
|
90
90
|
var r1 = getInt32Memory0()[retptr / 4 + 1];
|
91
91
|
var v1 = getArrayJsValueFromWasm0(r0, r1).slice();
|
92
|
-
wasm.__wbindgen_free(r0, r1 * 4);
|
92
|
+
wasm.__wbindgen_free(r0, r1 * 4, 4);
|
93
93
|
return v1;
|
94
94
|
} finally {
|
95
95
|
wasm.__wbindgen_add_to_stack_pointer(16);
|
package/index_bg.wasm
CHANGED
Binary file
|