Modules§
- coroutine
coroutine
a simple coroutine runtime, use to run coroutine in single thread environment. - eval
eval
Macros§
- export functions to the
cc wasm
mod. usage:export_funcs!((fn1, export_name1), (fn2, export_name2))
the function’s arguments must be Importable, and the function’s return value must be Exportable or LuaResult<Exportable>
Functions§
- used in export_funcs, this should not be called