Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update plugin-wasm to export _free function #475

Merged
merged 1 commit into from
May 2, 2024

Conversation

chrispcampbell
Copy link
Contributor

Fixes #474

This adds _free to the list of functions that are expected by the runtime. It was already declared in WasmModule and used in the implementation of WasmBuffer.dispose, but the latter isn't currently called (though it soon will be), so it's important that we update plugin-wasm and its documentation to correct this oversight.

@chrispcampbell chrispcampbell merged commit 1a77eed into main May 2, 2024
6 checks passed
@chrispcampbell chrispcampbell deleted the chris/474-wasm-export-free branch May 2, 2024 23:16
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.

_free function not exported in wasm module generated by plugin-wasm
1 participant