objdiff-wasm 3.0.0-alpha.2 → 3.0.0-beta.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.
@@ -194,6 +194,13 @@
194
194
  "name": "Register '$' prefix",
195
195
  "description": "Display MIPS register names with a '$' prefix."
196
196
  },
197
+ {
198
+ "id": "ppc.calculatePoolRelocations",
199
+ "type": "boolean",
200
+ "default": true,
201
+ "name": "Calculate pooled data references",
202
+ "description": "Display pooled data references in functions as fake relocations."
203
+ },
197
204
  {
198
205
  "id": "x86.formatter",
199
206
  "type": "choice",
@@ -253,6 +260,13 @@
253
260
  "mips.registerPrefix"
254
261
  ]
255
262
  },
263
+ {
264
+ "id": "ppc",
265
+ "name": "PowerPC",
266
+ "properties": [
267
+ "ppc.calculatePoolRelocations"
268
+ ]
269
+ },
256
270
  {
257
271
  "id": "x86",
258
272
  "name": "x86",
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "objdiff-wasm",
3
- "version": "3.0.0-alpha.2",
3
+ "version": "3.0.0-beta.1",
4
4
  "description": "A local diffing tool for decompilation projects.",
5
5
  "author": {
6
6
  "name": "Luke Street",