bytecodealliance / wizer

The WebAssembly Pre-Initializer
Apache License 2.0
921 stars 54 forks source link

Add `processed-by` entry to the producer #105

Open zetanumbers opened 2 months ago

zetanumbers commented 2 months ago

This is probably useful to add.

https://docs.rs/wasm-metadata/0.206.0/wasm_metadata/struct.Producers.html https://github.com/WebAssembly/tool-conventions/blob/main/ProducersSection.md

fitzgen commented 2 months ago

Yeah, this would be good to do. https://docs.rs/wasm-encoder/latest/wasm_encoder/struct.ProducersSection.html is the relevant API for the encoding library we use, if you want to try your hand at it.