Skip to content

v0.20.17

Choose a tag to compare

@sanchitmonga22 sanchitmonga22 released this 11 Aug 21:38
· 40 commits to main since this release

RunAnywhere SDK 0.20.17

All eight SDK surfaces at one version.

  • .package(url: ..., from: "0.20.17") works. The manifest no longer pins any dependency by git revision, so SwiftPM can resolve it by version.
  • Fixes @runanywhere/electron-qhexrt@0.20.16, which was published without its dist/ and was unusable. The Electron packaging contract now builds before packing and fails closed when a manifest advertises an entry point the tarball does not contain.
  • Includes the Electron QHexRT backend (#664).
  • Repo restructured into core/ + bindings/<lang>/ + apps/rcli/.