Skip to content

Conversation

soxfox42
Copy link
Contributor

@soxfox42 soxfox42 commented Jun 7, 2022

The WASM function bindings incorrectly attempt to link mget as a function with no return type. This causes a "function signature mismatch" error when attempting to run carts that use mget. Both of the current templates (D, Zig) have the correct function signature, so I've just updated the linkTicAPI function to match.

Copy link
Collaborator

@joshgoebel joshgoebel left a comment

Choose a reason for hiding this comment

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

Looksgood to me.

@nesbox nesbox merged commit d959e8d into nesbox:main Jun 7, 2022
nesbox added a commit that referenced this pull request Jun 7, 2022
Fix mget function signature in WASM binding
nesbox added a commit that referenced this pull request Jun 7, 2022
nesbox added a commit that referenced this pull request Jun 7, 2022
Fix mget function signature in WASM binding
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