google / bloaty

Bloaty: a size profiler for binaries
Apache License 2.0
4.71k stars 340 forks source link

[WebAssembly] Add support for active memory segments #308

Closed dschuff closed 1 year ago

dschuff commented 2 years ago

This requires some minimal instruction decoding support for the initializer expressions (because their size isn't known up front), but otherwise works the same as for active segments.

dschuff commented 2 years ago

/cc @aheejin FYI

dschuff commented 1 year ago

@haberman WDYT?

dschuff commented 1 year ago

Do I need to squash this commit in the PR? Or do you just merge or "squash and merge" in this project?

haberman commented 1 year ago

I'm happy to squash. Thanks for the contribution.