Commit Graph

5 Commits

Author SHA1 Message Date
8023ea622a mie: func name and args are now specified separately from func creation
func args are added manually using mie_func_add_arg, while the func's name
is specified when the func is added to a module, to allow the module to generate
a unique name.
2025-04-21 21:10:27 +01:00
9cce4bf541 mie: implement caching and emitting string data 2025-04-17 22:55:17 +01:00
8388dfeb79 mie: implement ir generation for message sending 2025-04-17 21:43:02 +01:00
a7233a6cf6 mie: implement value cleanup 2025-04-13 19:25:23 +01:00
deb1232bf9 mie: implement more ir building functionality 2025-04-13 18:34:02 +01:00