add Roc wiring

This commit is contained in:
Dan Knutson 2021-10-20 22:11:24 -05:00
parent c8287032b6
commit e7523ad41d
11 changed files with 77 additions and 10 deletions

View file

@ -121,6 +121,7 @@ comptime {
exportStrFn(str.fromUtf8C, "from_utf8");
exportStrFn(str.fromUtf8RangeC, "from_utf8_range");
exportStrFn(str.repeat, "repeat");
exportStrFn(str.strTrim, "trim");
}
// Utils