Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Embed metadata into the wasm binary #8870

Open
pepyakin opened this issue May 20, 2021 · 1 comment
Open

Embed metadata into the wasm binary #8870

pepyakin opened this issue May 20, 2021 · 1 comment
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.

Comments

@pepyakin
Copy link
Contributor

#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.

@pepyakin pepyakin added the I8-footprint An enhancement to provide a smaller (system load, memory, network or disk) footprint. label May 20, 2021
@stale
Copy link

stale bot commented Jul 7, 2021

Hey, is anyone still working on this? Due to the inactivity this issue has been automatically marked as stale. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the A5-stale Pull request did not receive any updates in a long time. No review needed at this stage. Close it. label Jul 7, 2021
@pepyakin pepyakin added U4-some_day_maybe Issue might be worth doing eventually. and removed A5-stale Pull request did not receive any updates in a long time. No review needed at this stage. Close it. labels Jul 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.
Projects
None yet
Development

No branches or pull requests

1 participant