Skip to content

Conversation

@agarny
Copy link
Contributor

@agarny agarny commented Feb 11, 2026

Fixes #408.

Copilot AI review requested due to automatic review settings February 11, 2026 05:44
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the webapp’s bundled/lib-loaded libOpenCOR version to 0.20260211.0 (Fixes #408), aligning version references across the renderer, root package metadata, and build configuration.

Changes:

  • Upgrade libOpenCOR WASM import and CMake project version to 0.20260211.0.
  • Update the WASM file API binding usage to call setContents(contents: Uint8Array) directly (removing manual malloc/free buffer copying).
  • Bump app/package versions and a few JS dependencies/lockfiles; improve the version-bump script output.

Reviewed changes

Copilot reviewed 7 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/renderer/src/libopencor/locFileApi.ts Switch WASM setContents usage/signature to Uint8Array (no manual heap allocation).
src/renderer/src/libopencor/locApi.ts Update libOpenCOR WASM module URL to 0.20260211.0.
src/renderer/scripts/version.js Rework version calculation based on existing version + current date; print old/new versions.
src/renderer/package.json Bump renderer version and minor dependency updates.
src/renderer/bun.lock Lockfile updates matching renderer dependency bumps.
package.json Bump root version and mirror dependency updates.
bun.lock Root lockfile updates matching dependency bumps.
README.md Add Repobeats analytics image badge.
CMakeLists.txt Update CMake project(libOpenCOR) version to 0.20260211.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@agarny agarny merged commit 154794b into opencor:main Feb 11, 2026
14 checks passed
@agarny agarny deleted the issue408 branch February 11, 2026 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

libOpenCOR: upgrade to version 0.20260211.0

1 participant