mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
hooking everything up
This commit is contained in:
parent
84d5cbc4f1
commit
ee21f86f8f
9 changed files with 334 additions and 19 deletions
|
@ -9,6 +9,7 @@ const hash = @import("hash.zig");
|
|||
comptime {
|
||||
exportDictFn(dict.dictLen, "len");
|
||||
exportDictFn(dict.dictEmpty, "empty");
|
||||
exportDictFn(dict.dictInsert, "insert");
|
||||
exportDictFn(hash.wyhash, "hash");
|
||||
exportDictFn(hash.wyhash_rocstr, "hash_str");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue