Skip to content

Commit b580396

Browse files
authored
feat: intrinsics (#11)
2 parents c438c91 + 0cd47e3 commit b580396

74 files changed

Lines changed: 2033 additions & 949 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
inkwell = { version = "0.8.0", features = ["llvm18-1"] }
8+
lazy_static = "1.5.0"
89
mutants = "0.0.4"
910
thiserror = "2.0.17"
1011

0 commit comments

Comments
 (0)