update zig and rust platforms to have correct roc_panic and roc_dbg

This commit is contained in:
Brendan Hansknecht 2023-11-29 21:49:34 -08:00
parent 1f14aa84a2
commit 3e66254b25
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
43 changed files with 475 additions and 201 deletions

View file

@ -67,6 +67,9 @@ void roc_panic(void *ptr, unsigned int panic_tag)
abort();
}
// TODO: add a way to send dbg to js.
void roc_debug(void* loc, void* msg) {}
//--------------------------
void *roc_memset(void *str, int c, size_t n)