Skip to content

feat: Remove unused free() methods#91

Open
timfish wants to merge 1 commit into
mainfrom
feat/remove-unused-free-methods
Open

feat: Remove unused free() methods#91
timfish wants to merge 1 commit into
mainfrom
feat/remove-unused-free-methods

Conversation

@timfish

@timfish timfish commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

These are only in the public API because they were required in the previous wasm version of this library.

@timfish timfish changed the title feat: Remove unused free() methods feat: Remove unused free() methods Jul 9, 2026
@timfish timfish requested a review from a team July 9, 2026 17:43

@isaacs isaacs left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I guess it's worth leaving the no-ops in the lib code, just to not be backwards-incompatible?

LGTM

@jsumners-nr jsumners-nr left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I am hesitant to actually remove the method. Somewhere in the conversations about the rewrite it was stated that the Rust WASM build could potentially come back as another module at some point. And research I have recently started, and paused, would also very likely need it. But, since the changed file isn't the actual implementation, this PR should be okay.

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.

3 participants