Reduce inlining verbosity

With debug info and source maps in place there is not much value anymore in emitting explicitly named blocks.
This commit is contained in:
dcodeIO
2018-11-12 14:54:08 +01:00
parent 04a0cb8de7
commit d62d84521e
18 changed files with 2626 additions and 3055 deletions

View File

@ -16,9 +16,7 @@
call $inlining-recursive/bar
)
(func $inlining-recursive/bar (; 2 ;) (type $v)
block $inlining-recursive/bar|inlined.0
call $inlining-recursive/baz
end
call $inlining-recursive/baz
)
(func $null (; 3 ;) (type $v)
)