Fix typo in export

This commit is contained in:
Rerumu
2022-05-21 02:51:18 -04:00
parent bd49fd55a4
commit 121774082e
+1 -1
View File
@@ -26,7 +26,7 @@ do
num.K_ZERO = I64.K_ZERO
num.K_ONE = I64.K_ONE
num.from_32 = num_from_u32
num.from_u32 = num_from_u32
module.num = num
end