FFI Binding to C
Dependencies
moon add tonyfettes/c{
"import": [
"tonyfettes/c"
]
}fn init {
ignore(@c.moonbit_ffi_make_closure)
}This prevents the closure help function from being eliminated by the MoonBit
compiler.trait Store#external
pub type Nullable[_]#external
pub type Pointer[_]FFI Binding to C
Dependencies