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

Support static linking on Windows #3859

Merged
merged 1 commit into from
May 14, 2023
Merged

Conversation

ashtonmeuser
Copy link
Contributor

The Wasm C API assumes all Windows builds are using a DLL. This adds a LIBWASM_STATIC define that allows for static linking. Related to #3849. See upstream WebAssembly/wasm-c-api#183.

@ptitSeb
Copy link
Contributor

ptitSeb commented May 13, 2023

Looks good. Will wait for it to be merged upstream.

@ashtonmeuser
Copy link
Contributor Author

Merged WebAssembly/wasm-c-api@5f7ed69.

@ptitSeb ptitSeb merged commit b4a4372 into wasmerio:master May 14, 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