13.7.0
Features
- Add recursion limit to vendored msvc-demangler. (#1006)
- Vendor msvc-demangler. (#998)
- WASM: expose
il2cppLineMapping(object, provider), which extracts a Unity Il2cpp C++→C# line mapping by parsingsource_infomarkers from an object's referenced C++ source files and returns it as a JSON document (orundefinedwhen no mappings are found). Source file contents are supplied by a(path) => Uint8Array | nullprovider callback, so it works without filesystem access.symbolic-il2cppalso gainsObjectLineMapping::from_object_with_provider, the filesystem-free counterpart offrom_object. (#1005) - WASM: expose
ObjectFile.asPe()to narrow an object to aPeFile, andPeFile.embeddedPpdb()returning the decompressed Portable PDB embedded in a managed Windows PE (a standalone, parseable debug information file), orundefinedwhen there is no embedded PPDB. (#1004)
Fixes
- Fix bugs in the vendored msvc-demangler lib. (#1008)
Dependencies
- Bump the
memmap2floor to 0.9.11 to exclude versions affected by RUSTSEC-2026-0186. (#996)