objdiff-wasm 3.0.0-beta.10 → 3.0.0-beta.11
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
|
@@ -1530,8 +1530,8 @@ function instructionHover(arg0, arg1, arg2, arg3) {
|
|
|
1530
1530
|
const $init = (()=>{
|
|
1531
1531
|
let gen = function*() {
|
|
1532
1532
|
const module0 = fetchCompile(new URL('./objdiff.core.wasm', import.meta.url));
|
|
1533
|
-
const module1 = base64Compile('AGFzbQEAAAABDQJgAX8AYAV/f39/
|
|
1534
|
-
const module2 = base64Compile('AGFzbQEAAAABDQJgAX8AYAV/f39/
|
|
1533
|
+
const module1 = base64Compile('AGFzbQEAAAABDQJgAX8AYAV/f39/fwADBQQBAAAABAUBcAEEBAccBQEwAAABMQABATIAAgEzAAMIJGltcG9ydHMBAAoxBBEAIAAgASACIAMgBEEAEQEACwkAIABBAREAAAsJACAAQQIRAAALCQAgAEEDEQAACwAvCXByb2R1Y2VycwEMcHJvY2Vzc2VkLWJ5AQ13aXQtY29tcG9uZW50BzAuMjM0LjA');
|
|
1534
|
+
const module2 = base64Compile('AGFzbQEAAAABDQJgAX8AYAV/f39/fwACJAUAATAAAQABMQAAAAEyAAAAATMAAAAIJGltcG9ydHMBcAEEBAkKAQBBAAsEAAECAwAvCXByb2R1Y2VycwEMcHJvY2Vzc2VkLWJ5AQ13aXQtY29tcG9uZW50BzAuMjM0LjA');
|
|
1535
1535
|
({ exports: exports0 } = yield instantiateCore((yield module1)));
|
|
1536
1536
|
({ exports: exports1 } = yield instantiateCore((yield module0), {
|
|
1537
1537
|
'[export]objdiff:core/diff': {
|