Update dependencies

This commit is contained in:
dcodeIO 2018-04-13 15:31:23 +02:00
parent ee73a4d28f
commit 78a679759a
8 changed files with 383 additions and 658 deletions

813
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,25 +12,25 @@
},
"dependencies": {
"@protobufjs/utf8": "^1.1.0",
"binaryen": "45.0.0-nightly.20180330",
"binaryen": "45.0.0-nightly.20180412",
"glob": "^7.1.2",
"long": "^4.0.0",
"minimist": "^1.2.0",
"ts-node": "^5.0.1"
},
"devDependencies": {
"@types/node": "^9.6.1",
"@types/node": "^9.6.4",
"browser-process-hrtime": "^0.1.2",
"chalk": "^2.3.2",
"diff": "^3.5.0",
"source-map-support": "^0.5.4",
"ts-loader": "^4.1.0",
"ts-loader": "^4.2.0",
"tslint": "^5.9.1",
"typedoc": "^0.11.1",
"typedoc-plugin-external-module-name": "^1.1.1",
"typescript": "^2.8.1",
"webpack": "^4.4.1",
"webpack-cli": "^2.0.13"
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
},
"main": "index.js",
"types": "index.d.ts",

View File

@ -844,9 +844,9 @@
)
)
(set_local $5
(i32.sub
(i32.add
(get_local $5)
(i32.const 1048576)
(i32.const -1048576)
)
)
(i32.const 0)
@ -3531,12 +3531,6 @@
)
)
(func $start (; 6 ;) (type $v)
(drop
(i32.div_s
(get_global $binary/i)
(i32.const 1)
)
)
(drop
(i32.rem_s
(get_global $binary/i)
@ -3599,12 +3593,6 @@
(i32.const 1)
)
)
(set_global $binary/i
(i32.div_s
(get_global $binary/i)
(i32.const 1)
)
)
(set_global $binary/i
(i32.rem_s
(get_global $binary/i)
@ -3711,12 +3699,6 @@
(i32.const 1)
)
)
(drop
(i64.div_s
(get_global $binary/I)
(i64.const 1)
)
)
(drop
(i64.rem_s
(get_global $binary/I)
@ -3779,18 +3761,6 @@
(i64.const 1)
)
)
(set_global $binary/I
(i64.mul
(get_global $binary/I)
(i64.const 1)
)
)
(set_global $binary/I
(i64.div_s
(get_global $binary/I)
(i64.const 1)
)
)
(set_global $binary/I
(i64.rem_s
(get_global $binary/I)
@ -3855,12 +3825,6 @@
(i64.const 1)
)
)
(set_global $binary/I
(i64.mul
(get_global $binary/I)
(i64.const 1)
)
)
(set_global $binary/I
(i64.rem_s
(get_global $binary/I)
@ -3963,18 +3927,6 @@
(f32.const 1)
)
)
(set_global $binary/f
(f32.mul
(get_global $binary/f)
(f32.const 1)
)
)
(set_global $binary/f
(f32.div
(get_global $binary/f)
(f32.const 1)
)
)
(set_global $binary/f
(call $~lib/math/NativeMathf.mod
(get_global $binary/f)
@ -3999,12 +3951,6 @@
(f32.const 1)
)
)
(set_global $binary/f
(f32.mul
(get_global $binary/f)
(f32.const 1)
)
)
(set_global $binary/f
(call $~lib/math/NativeMathf.mod
(get_global $binary/f)
@ -4077,18 +4023,6 @@
(f64.const 1)
)
)
(set_global $binary/F
(f64.mul
(get_global $binary/F)
(f64.const 1)
)
)
(set_global $binary/F
(f64.div
(get_global $binary/F)
(f64.const 1)
)
)
(set_global $binary/F
(call $~lib/math/NativeMath.mod
(get_global $binary/F)
@ -4113,12 +4047,6 @@
(f64.const 1)
)
)
(set_global $binary/F
(f64.mul
(get_global $binary/F)
(f64.const 1)
)
)
(set_global $binary/F
(call $~lib/math/NativeMath.mod
(get_global $binary/F)

View File

@ -893,9 +893,9 @@
)
)
(set_local $5
(i32.sub
(i32.add
(get_local $5)
(i32.const 1048576)
(i32.const -1048576)
)
)
(i32.const 0)
@ -5594,12 +5594,6 @@
(get_local $3)
)
)
(drop
(i32.div_s
(get_global $binary/i)
(i32.const 1)
)
)
(drop
(i32.rem_s
(get_global $binary/i)
@ -5662,12 +5656,6 @@
(i32.const 1)
)
)
(set_global $binary/i
(i32.div_s
(get_global $binary/i)
(i32.const 1)
)
)
(set_global $binary/i
(i32.rem_s
(get_global $binary/i)
@ -5774,12 +5762,6 @@
(i32.const 1)
)
)
(drop
(i64.div_s
(get_global $binary/I)
(i64.const 1)
)
)
(drop
(i64.rem_s
(get_global $binary/I)
@ -5842,18 +5824,6 @@
(i64.const 1)
)
)
(set_global $binary/I
(i64.mul
(get_global $binary/I)
(i64.const 1)
)
)
(set_global $binary/I
(i64.div_s
(get_global $binary/I)
(i64.const 1)
)
)
(set_global $binary/I
(i64.rem_s
(get_global $binary/I)
@ -5918,12 +5888,6 @@
(i64.const 1)
)
)
(set_global $binary/I
(i64.mul
(get_global $binary/I)
(i64.const 1)
)
)
(set_global $binary/I
(i64.rem_s
(get_global $binary/I)
@ -6026,18 +5990,6 @@
(f32.const 1)
)
)
(set_global $binary/f
(f32.mul
(get_global $binary/f)
(f32.const 1)
)
)
(set_global $binary/f
(f32.div
(get_global $binary/f)
(f32.const 1)
)
)
(set_global $binary/f
(call $~lib/math/NativeMathf.mod
(get_global $binary/f)
@ -6062,12 +6014,6 @@
(f32.const 1)
)
)
(set_global $binary/f
(f32.mul
(get_global $binary/f)
(f32.const 1)
)
)
(set_global $binary/f
(call $~lib/math/NativeMathf.mod
(get_global $binary/f)
@ -6140,18 +6086,6 @@
(f64.const 1)
)
)
(set_global $binary/F
(f64.mul
(get_global $binary/F)
(f64.const 1)
)
)
(set_global $binary/F
(f64.div
(get_global $binary/F)
(f64.const 1)
)
)
(set_global $binary/F
(call $~lib/math/NativeMath.mod
(get_global $binary/F)
@ -6176,12 +6110,6 @@
(f64.const 1)
)
)
(set_global $binary/F
(f64.mul
(get_global $binary/F)
(f64.const 1)
)
)
(set_global $binary/F
(call $~lib/math/NativeMath.mod
(get_global $binary/F)

View File

@ -2840,10 +2840,7 @@
)
)
(i32.store offset=8
(i32.add
(get_local $2)
(i32.const 0)
)
(get_local $1)
)
(i32.store offset=4
@ -2877,14 +2874,11 @@
)
(set_local $3
(i32.load offset=8
(i32.add
(tee_local $2
(i32.load
(get_local $0)
)
)
(i32.const 0)
)
)
)
(call $~lib/memory/move_memory
@ -4442,17 +4436,11 @@
(block
(set_local $7
(i32.load offset=8
(i32.add
(get_local $2)
(i32.const 0)
)
)
)
(i32.store offset=8
(i32.add
(get_local $2)
(i32.const 0)
)
(i32.load offset=8
(i32.add
(get_local $2)
@ -4527,10 +4515,7 @@
(block
(set_local $7
(i32.load offset=8
(i32.add
(get_local $2)
(i32.const 0)
)
)
)
(set_local $4
@ -4603,10 +4588,7 @@
(get_local $7)
)
(i32.store offset=8
(i32.add
(get_local $2)
(i32.const 0)
)
(get_local $4)
)
)
@ -4648,17 +4630,11 @@
(i32.const 4)
)
(i32.load offset=8
(i32.add
(get_local $2)
(i32.const 0)
)
)
)
(i32.store offset=8
(i32.add
(get_local $2)
(i32.const 0)
)
(get_local $4)
)
(get_local $0)
@ -4701,10 +4677,7 @@
)
(set_local $4
(i32.load offset=8
(i32.add
(get_local $3)
(i32.const 0)
)
)
)
(if
@ -4730,10 +4703,7 @@
(get_local $4)
)
(i32.store offset=8
(i32.add
(get_local $3)
(i32.const 0)
)
(get_local $2)
)
)

View File

@ -4905,9 +4905,9 @@
)
)
(set_local $5
(i32.sub
(i32.add
(get_local $5)
(i32.const 1048576)
(i32.const -1048576)
)
)
(i32.const 0)

View File

@ -10180,9 +10180,9 @@
)
)
(set_local $5
(i32.sub
(i32.add
(get_local $5)
(i32.const 1048576)
(i32.const -1048576)
)
)
(i32.const 0)

View File

@ -1113,9 +1113,9 @@
)
)
(set_local $5
(i32.sub
(i32.add
(get_local $5)
(i32.const 1048576)
(i32.const -1048576)
)
)
(i32.const 0)