Skip to content

Introduce WAT library #106

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 6 commits into from
Jul 21, 2024
Merged

Introduce WAT library #106

merged 6 commits into from
Jul 21, 2024

Conversation

kateinoigakukun
Copy link
Member

This commit adds a new library WAT for working with WebAssembly Text format. It provides a parser and encoder from WebAssembly Text format to WebAssembly binary format.

The library designed for the following purposes:

  1. Remove wast2wasm dependency for testing purposes.
  2. Remove wat2wasm dependency from getting started guide.

This commit adds a new library `WAT` for working with WebAssembly Text
format. It provides a parser and encoder from WebAssembly Text format
to WebAssembly binary format.

The library designed for the following purposes:
1. Remove `wast2wasm` dependency for testing purposes.
2. Remove `wat2wasm` dependency from getting started guide.
@kateinoigakukun kateinoigakukun force-pushed the katei/wat-parser-upstream branch from c5ba0b3 to d07da0e Compare July 21, 2024 05:08
@kateinoigakukun kateinoigakukun force-pushed the katei/wat-parser-upstream branch from a2441bc to 7aa994f Compare July 21, 2024 08:19
@kateinoigakukun kateinoigakukun merged commit f764a2b into main Jul 21, 2024
8 checks passed
@kateinoigakukun kateinoigakukun deleted the katei/wat-parser-upstream branch July 21, 2024 08:28
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.

1 participant