Skip to content

v1.7.0

Choose a tag to compare

@bnimit bnimit released this 08 Dec 14:05
· 38 commits to main since this release
c1251b8
  • Core Upgrade

    • Upgrade quickjs-emscripten from 0.25.0 to 0.29.0
    • Fix Disposable interface implementation in vmutil.ts to support Symbol.dispose (required by 0.29.0)

    Module System Enhancements (0.29.0)

    • Update evalModule() to return module exports (previously returned void)