Files
zig/src/link
Luuk de Gram 00af3a79ae wasm-linker: emit 'data count' & segment flags
When linking with shared-memory enabled, we must ensure to emit
the "data count" section as well as emit the correct segment flags
to tell the runtime/loader that each segment is passive. This is
required as we don't emit the offsets for such segments but instead
initialize each segment (for each thread) during runtime.
2023-03-18 20:13:29 +01:00
..
2022-11-04 00:09:27 +03:30
2020-09-21 18:38:55 -07:00