Tags: sqliteai/sqlite-js
Tags
fix: prevent memory leak in js_setup_aggregate on init_code failure Ensure JS_FreeContext is called when init_code throws during aggregate setup. Previously, the context was not freed on exception, leading to a memory leak and a potential assertion failure in JS_FreeRuntime during shutdown.
Add xcframework and musl builds, sign and notarize Apple builds (#9) * bump version to 1.1.7 * Refactor Makefile and Workflow file * Add 'extension' target to Makefile for improved build process * Add module map and header files for xcframework generation * Enhance release workflow with keychain management and codesigning for xcframework * Rename main workflow file for building, testing, and releasing sqlite-js
PreviousNext