mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 02:31:41 +00:00
Built-in abs/min/max for integers; For-loop fixes
This commit is contained in:
10
tests/compiler/assert.optimized.wast
Normal file
10
tests/compiler/assert.optimized.wast
Normal file
@ -0,0 +1,10 @@
|
||||
(module
|
||||
(type $v (func))
|
||||
(memory $0 1)
|
||||
(data (i32.const 4) "\08")
|
||||
(export "memory" (memory $0))
|
||||
(start $start)
|
||||
(func $start (; 0 ;) (type $v)
|
||||
(nop)
|
||||
)
|
||||
)
|
Reference in New Issue
Block a user