Skip to content

Commit

Permalink
feat: expose Type object to Argon environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopodl committed Sep 6, 2024
1 parent 225256f commit c299385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions argon/vm/mod/builtins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ const ModuleEntry builtins_entries[] = {
MODULE_EXPORT_TYPE(type_result_),
MODULE_EXPORT_TYPE(type_set_),
MODULE_EXPORT_TYPE(type_string_),
MODULE_EXPORT_TYPE(type_type_),
MODULE_EXPORT_TYPE(type_tuple_),
MODULE_EXPORT_TYPE(type_uint_),

Expand Down

0 comments on commit c299385

Please sign in to comment.