craneliftc 0.3.0

light c compatible ffi wrapper around cranelift
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.cranelift]
version = "0"

[dependencies.paste]
version = "1.0.11"

[lib]
crate-type = ["staticlib", "cdylib"]
name = "craneliftc"

[package]
description = "light c compatible ffi wrapper around cranelift"
edition = "2021"
license-file = "LICENSE"
name = "craneliftc"
readme = "README.md"
resolver = "1"
version = "0.3.0"