koute / polkavm

A fast and secure RISC-V based virtual machine
Apache License 2.0
244 stars 52 forks source link

Prevent sections with no data from bloating up program blobs #123

Closed koute closed 4 months ago

koute commented 4 months ago

Fixes https://github.com/koute/polkavm/issues/122

xermicus commented 4 months ago

@koute thanks!