mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Create new lowlevels for refcounting
This commit is contained in:
parent
c8278dcb1c
commit
6e5acadfea
7 changed files with 34 additions and 0 deletions
|
@ -138,6 +138,7 @@ comptime {
|
|||
|
||||
comptime {
|
||||
exportUtilsFn(utils.test_panic, "test_panic");
|
||||
exportUtilsFn(utils.increfC, "incref");
|
||||
exportUtilsFn(utils.decrefC, "decref");
|
||||
exportUtilsFn(utils.decrefCheckNullC, "decref_check_null");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue