Skip to content

Parse .wat files in the run subcommand #179

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

Merged
merged 1 commit into from
Mar 25, 2025
Merged

Conversation

MaxDesiatov
Copy link
Collaborator

WasmKit already supports parsing of WAT (WebAssembly Text format), but its command-line interface does not act accordingly for files with .wat file extension. This change conditionally parses the text format on matching file extension instead of assuming that all given files are in binary format.

WasmKit already supports parsing of WAT (WebAssembly Text format), but its command-line interface does not act accordingly for files with `.wat` file extension. This change conditionally parses the text format on matching file extension instead of assuming that all given files are in binary format.
@kateinoigakukun kateinoigakukun merged commit fc546b2 into main Mar 25, 2025
14 checks passed
@kateinoigakukun kateinoigakukun deleted the maxd/run-wat branch March 25, 2025 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants