mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 11:11:43 +00:00
Fix asc bundle with webpack 4, see #36; Function expression progress
This commit is contained in:
@ -24,13 +24,15 @@
|
||||
)
|
||||
(func $start (; 3 ;) (type $v)
|
||||
(drop
|
||||
(get_global $function-expression/f1)
|
||||
(call $start~anonymous|0
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(drop
|
||||
(get_global $function-expression/f2)
|
||||
)
|
||||
(drop
|
||||
(get_global $function-expression/f3)
|
||||
(call $start~anonymous|1
|
||||
(i32.const 2)
|
||||
)
|
||||
)
|
||||
(call $start~someName|2)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user