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

Enable trace support for wasm-shell (binaryen) #28

Open
Jacarte opened this issue Oct 30, 2019 · 1 comment
Open

Enable trace support for wasm-shell (binaryen) #28

Jacarte opened this issue Oct 30, 2019 · 1 comment
Assignees

Comments

@Jacarte
Copy link
Collaborator

Jacarte commented Oct 30, 2019

The header "wasm-interpreter.h" has a definition to use a "standard" trace functionality (see the "NOTE_ENTER" templates).

It would be good to execute wasm binaries with such capability (see WASM_INTERPRETER_DEBUG flag).

As far as I can see, the trace format (in the wasm-intepreter.h file) is somehow a natural language. Probably, it is a good idea to extend it to export CTF format, or use the same format that we include in swam trace support.

@Jacarte Jacarte self-assigned this Oct 30, 2019
@monperrus
Copy link
Collaborator

monperrus commented Oct 30, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants