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 JS sample code by adding "&mut store" #3490

Merged
merged 1 commit into from
Jan 26, 2023

Conversation

nicolas-albert
Copy link
Contributor

Description

Fix compilation of documentation sample.

Instance::new and .call need &mut store as first argument in order to compile.

`Instance::new` and `.call` need `&mut store` as first argument in order to compile.
@syrusakbary syrusakbary merged commit 26bde69 into wasmerio:master Jan 26, 2023
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.

2 participants