custom_section_payload.bin 363 B

12345
  1. This payload lives in a Wasm custom section.
  2. It is linked by custom_section_payload.s with .incbin.
  3. The payload is read by custom_section.c, which is compiled to a Wasm module and executed by the host embedder.
  4. It can be arbitrary data, and the host can resolve it with `wasm_runtime_get_custom_section` and print/use it later through a handle-based native API.