Fix typo in export

This commit is contained in:
Rerumu 2022-05-19 12:08:52 -04:00
parent bd49fd55a4
commit 121774082e

View File

@ -26,7 +26,7 @@ do
num.K_ZERO = I64.K_ZERO num.K_ZERO = I64.K_ZERO
num.K_ONE = I64.K_ONE num.K_ONE = I64.K_ONE
num.from_32 = num_from_u32 num.from_u32 = num_from_u32
module.num = num module.num = num
end end