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 mget function signature in WASM binding #1951

Merged
merged 1 commit into from
Jun 7, 2022

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