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

Allow to see smart contract disassembly/decompile #272

Open
vgrichina opened this issue Apr 29, 2020 · 2 comments
Open

Allow to see smart contract disassembly/decompile #272

vgrichina opened this issue Apr 29, 2020 · 2 comments

Comments

@vgrichina
Copy link
Contributor

V8 released neat tool to decompile WASM code in a more readable way:

https://v8.dev/blog/wasm-decompile

This will be useful feature for:

  • security research of third-party contracts
  • our own research of how well our dev tools work in terms of what gets compiled in (e.g. AssemblyScript tends to generate terse code than Rust).
@bowenwang1996
Copy link

That would be a very cool feature!

@frol
Copy link
Collaborator

frol commented May 1, 2020

Cool feature!

For the reference, it is blocked on near/nearcore#1712

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

No branches or pull requests

4 participants