start running global constructors

This commit is contained in:
Jacob Lifshay 2026-04-01 21:28:11 -07:00
parent 9ed1b679c0
commit f64b5d7120
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
5 changed files with 1096 additions and 196 deletions

View file

@ -5,6 +5,12 @@ name = "compile-qemu-for-decoder"
version = "0.1.0"
edition = "2024"
[features]
verbose-trace = []
[dependencies]
eyre = "0.6.12"
inkwell = { version = "0.8.0", features = ["no-libffi-linking", "llvm20-1", "target-powerpc", "llvm20-1-prefer-dynamic"], default-features = false }
[profile.dev]
opt-level = 1