Files
wasmtime/cranelift/object
Afonso Bordado 1e6c94bec1 cranelift-object: Make sections read only by default (#5619)
This changes the default section type to be `ReadOnlyDataWithRel` instead of `Data`.
On COFF types the CRT initializers do not run unless their section is read only.

The new SectionKind makes these sections read only for COFF and MachO, but leaves it as Writable as required by ELF.
2023-02-18 12:23:24 +00:00
..
2023-02-06 09:10:19 -06:00
2019-09-09 21:54:20 -07:00
2019-09-09 21:54:20 -07:00

This crate contains a library that enables Cranelift to emit native object (".o") files, using the object library.