猗露
猗露
# Bug Report ## Environment ### OS Operating System: Linux ### MoonBit CLI Tools Version ``` moon 0.1.20250423 (5a215d2 2025-04-23) ~/.moon/bin/moon moonc v0.1.20250423+2af95d42c ~/.moon/bin/moonc moonrun 0.1.20250423 (5a215d2 2025-04-23) ~/.moon/bin/moonrun ```...



`array` is not correct, use `fixedarray` replace. ```c MOONBIT_EXPORT moonbit_string_t moonbit_make_string(int32_t size, uint16_t value); MOONBIT_EXPORT moonbit_bytes_t moonbit_make_bytes(int32_t size, int value); MOONBIT_EXPORT int32_t *moonbit_make_int32_array(int32_t len, int32_t value); MOONBIT_EXPORT void **moonbit_make_ref_array(int32_t len,...
I think they should be the same as `*.mbt` files  
 
```moonbit trait My { } fn &My::hello() -> Unit { } test { &My::hello() } ```
we can use `{literalinclude}` markdown extension to embed code snippet info markdown files. this example intends to replace current `language/ffi` `funcref` example, This example will be clearer than the current...