mun_runtime_capi 0.2.0

Provides a C API for the Mun runtime
Documentation
language = "C"

cpp_compat = true



include_guard = "MUN_RUNTIME_BINDINGS_H_"

include_version = true

sys_includes = ["stdbool.h", "stdint.h"]

no_includes = true



line_length = 100

tab_width = 4



[export]

include = ["StructInfo"]

prefix = "Mun"



[parse]

parse_deps = true

include = ["mun_abi", "mun_memory", "mun_runtime"]