| 58 | } |
| 59 | |
| 60 | static xcw_native_owned_bytes xcw_empty_bytes(char **error_message) { |
| 61 | xcw_unsupported(error_message); |
| 62 | xcw_native_owned_bytes bytes = {0}; |
| 63 | return bytes; |
| 64 | } |
| 65 | |
| 66 | void xcw_native_initialize_app(void) {} |
| 67 |
no test coverage detected