This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Embed metadata into the wasm binary #8870
Labels
I8-footprint
An enhancement to provide a smaller (system load, memory, network or disk) footprint.
U4-some_day_maybe
Issue might be worth doing eventually.
#7327 and #8688 were about embedding the version information into the wasm binary. We can leverage the same technique for the metadata.
That would enable a simpler way to get the metadata. The user will need to only obtain the wasm binary and then fetch a specific section. No instantiation of the wasm runtime is required.
The text was updated successfully, but these errors were encountered: