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

Guidelines/Tools/Tips on how to update wasm wat files #1818

Open
hhugo opened this issue Jan 28, 2025 · 1 comment
Open

Guidelines/Tools/Tips on how to update wasm wat files #1818

hhugo opened this issue Jan 28, 2025 · 1 comment
Assignees

Comments

@hhugo
Copy link
Member

hhugo commented Jan 28, 2025

Making changes to the wasm runtime is not easy:

  • lots of nested parens
  • following control flow can be challenging
  • no automatic formatting
  • (very) poor error reporting in case of error

I guess some of this could be fix by working on ocaml-wasm/wasm_of_ocaml#87

Are there anything specific setup to make editing wat files easier ?

@hhugo
Copy link
Member Author

hhugo commented Jan 28, 2025

@vouillon, any tips ?

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

No branches or pull requests

2 participants