text editor target, refactor build_file.c

This commit is contained in:
Krzosa Karol
2025-04-02 12:07:01 +02:00
parent 6275e36b7d
commit c8e73ac245
15 changed files with 348 additions and 95 deletions

View File

@@ -0,0 +1,13 @@
// automatically generated using: C:\dev\wasm\src/text_editor/text_editor.meta.c
gb f32 font_size = 30;
gb f32 _font_size = 30;
gb_read_only mt_tweak_t tweak_table[] = {
{type(f32), s8_const_lit("font_size"), &font_size, 4, 200},
{type(f32), s8_const_lit("_font_size"), &_font_size, 30, 30},
};
void run_all_tests(void) {
test_hash_table();
test_intern_table();
ui_test_text_replace();
}// run_all_tests()