Update dependencies (#93)

This commit is contained in:
Max Graey
2018-05-03 19:25:32 +03:00
committed by Daniel Wirtz
parent 061976ee0c
commit 8997561670
9 changed files with 405 additions and 391 deletions

View File

@ -787,86 +787,81 @@
(get_local $0)
)
(block
(if
(i32.and
(if (result i32)
(tee_local $0
(i32.ge_s
(tee_local $2
(i32.load16_u offset=4
(get_local $3)
)
)
(i32.const 48)
)
)
(i32.le_s
(get_local $2)
(i32.const 57)
)
(get_local $0)
)
(i32.const 1)
)
(set_local $2
(i32.sub
(get_local $2)
(i32.const 48)
)
)
(if
(i32.and
(if (result i32)
(tee_local $0
(i32.ge_s
(get_local $2)
(i32.const 65)
)
)
(i32.le_s
(get_local $2)
(i32.const 90)
)
(get_local $0)
)
(i32.const 1)
)
(set_local $2
(i32.sub
(get_local $2)
(i32.const 55)
)
)
(if
(i32.and
(if (result i32)
(tee_local $0
(i32.ge_s
(get_local $2)
(i32.const 97)
)
)
(i32.le_s
(get_local $2)
(i32.const 122)
)
(get_local $0)
)
(i32.const 1)
)
(set_local $2
(i32.sub
(get_local $2)
(i32.const 87)
)
)
(br $break|1)
)
)
)
(br_if $break|1
(i32.ge_s
(get_local $2)
(tee_local $2
(if (result i32)
(i32.and
(if (result i32)
(tee_local $0
(i32.ge_s
(tee_local $2
(i32.load16_u offset=4
(get_local $3)
)
)
(i32.const 48)
)
)
(i32.le_s
(get_local $2)
(i32.const 57)
)
(get_local $0)
)
(i32.const 1)
)
(i32.sub
(get_local $2)
(i32.const 48)
)
(if (result i32)
(i32.and
(if (result i32)
(tee_local $0
(i32.ge_s
(get_local $2)
(i32.const 65)
)
)
(i32.le_s
(get_local $2)
(i32.const 90)
)
(get_local $0)
)
(i32.const 1)
)
(i32.sub
(get_local $2)
(i32.const 55)
)
(if (result i32)
(i32.and
(if (result i32)
(tee_local $0
(i32.ge_s
(get_local $2)
(i32.const 97)
)
)
(i32.le_s
(get_local $2)
(i32.const 122)
)
(get_local $0)
)
(i32.const 1)
)
(i32.sub
(get_local $2)
(i32.const 87)
)
(br $break|1)
)
)
)
)
(get_local $1)
)
)