Link integer emit and runtime

This commit is contained in:
Rerumu
2022-05-21 02:50:11 -04:00
parent aea1df4e90
commit 3fa4fa5d83
4 changed files with 45 additions and 3 deletions
+11
View File
@@ -20,6 +20,17 @@ local function no_op(num)
return num
end
do
local num = {}
num.K_ZERO = I64.K_ZERO
num.K_ONE = I64.K_ONE
num.from_32 = num_from_u32
module.num = num
end
do
local add = {}
local sub = {}