Jon-Becker / heimdall-rs

Heimdall is an advanced EVM smart contract toolkit specializing in bytecode analysis and extracting information from unverified contracts.
http://heimdall.rs
MIT License
1.19k stars 125 forks source link

feat: WASM support #247

Closed Jon-Becker closed 5 months ago

Jon-Becker commented 10 months ago

Component

Other (please specify)

Describe the feature you would like

I'm not great with WASM (i have no experience whatsoever), but this feature has been requested a few times ( #246 ).

The goal here is for heimdall to be built into a JS module, usable with all modern web development frameworks. This should eliminate the need to host heimdall on a backend with axum (or similar), and would be a great addition to the toolkit.

If you're familiar with WASM and think this is a viable option for the toolkit, let me know!

Jon-Becker commented 5 months ago

too much of a lift, and a bit out of scope.