mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
update zig and rust platforms to have correct roc_panic and roc_dbg
This commit is contained in:
parent
1f14aa84a2
commit
3e66254b25
43 changed files with 475 additions and 201 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue