Rework inlining logic (#463)

This commit is contained in:
Daniel Wirtz
2019-02-06 23:42:43 +01:00
committed by GitHub
parent 01cade13f9
commit 831054dfd3
40 changed files with 14369 additions and 9544 deletions

View File

@ -73,8 +73,8 @@
local.get $0
local.get $1
f64.mul
local.tee $0
local.get $0
local.tee $1
local.get $1
f64.div
return
end
@ -324,8 +324,8 @@
local.get $0
local.get $1
f32.mul
local.tee $0
local.get $0
local.tee $1
local.get $1
f32.div
return
end