objdiff-wasm 3.6.1 → 3.7.1
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/dist/objdiff.core.wasm +0 -0
- package/dist/objdiff.js +2 -2
- package/package.json +1 -1
package/dist/objdiff.core.wasm
CHANGED
|
Binary file
|
package/dist/objdiff.js
CHANGED
|
@@ -1905,8 +1905,8 @@ function dataHover(arg0, arg1, arg2) {
|
|
|
1905
1905
|
const $init = (()=>{
|
|
1906
1906
|
let gen = function*() {
|
|
1907
1907
|
const module0 = fetchCompile(new URL('./objdiff.core.wasm', import.meta.url));
|
|
1908
|
-
const module1 = base64Compile('AGFzbQEAAAABDQJgAX8AYAV/f39/
|
|
1909
|
-
const module2 = base64Compile('AGFzbQEAAAABDQJgAX8AYAV/f39/
|
|
1908
|
+
const module1 = base64Compile('AGFzbQEAAAABDQJgAX8AYAV/f39/fwADBQQBAAAABAUBcAEEBAccBQEwAAABMQABATIAAgEzAAMIJGltcG9ydHMBAAoxBBEAIAAgASACIAMgBEEAEQEACwkAIABBAREAAAsJACAAQQIRAAALCQAgAEEDEQAACwAvCXByb2R1Y2VycwEMcHJvY2Vzc2VkLWJ5AQ13aXQtY29tcG9uZW50BzAuMjQ1LjE');
|
|
1909
|
+
const module2 = base64Compile('AGFzbQEAAAABDQJgAX8AYAV/f39/fwACJAUAATAAAQABMQAAAAEyAAAAATMAAAAIJGltcG9ydHMBcAEEBAkKAQBBAAsEAAECAwAvCXByb2R1Y2VycwEMcHJvY2Vzc2VkLWJ5AQ13aXQtY29tcG9uZW50BzAuMjQ1LjE');
|
|
1910
1910
|
({ exports: exports0 } = yield instantiateCore((yield module1)));
|
|
1911
1911
|
({ exports: exports1 } = yield instantiateCore((yield module0), {
|
|
1912
1912
|
'[export]objdiff:core/diff': {
|