mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2026-04-18 18:18:44 +00:00
6 lines
363 B
Plaintext
6 lines
363 B
Plaintext
This payload lives in a Wasm custom section.
|
|
It is linked by custom_section_payload.s with .incbin.
|
|
|
|
The payload is read by custom_section.c, which is compiled to a Wasm module and executed by the host embedder.
|
|
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.
|