craneliftc 0.5.1

light c compatible ffi wrapper around cranelift
Documentation
1
2
3
4
5
6
7
8
9
10
#pragma once
typedef struct FunctionBuilder FunctionBuilder;
typedef struct UserFuncName UserFuncName;
typedef struct Flags Flags;
typedef struct AbiParam AbiParam;
typedef struct Builder Builder;
typedef struct Signature Signature;
typedef struct FunctionBuilderContext FunctionBuilderContext;
typedef struct Function Function;
typedef struct Variable Variable;