Commit Graph

130 Commits

Author SHA1 Message Date
Tobias Koppers f2ad440de8 More strict linting of jsdocs
Use TODO over any when type is possible
2018-05-08 14:53:33 +02:00
Tobias Koppers e90b766beb fix type issue 2018-05-07 11:19:13 +02:00
Sven SAULEAU 42379540f8
fix(wasm): correct exported func index 2018-05-07 09:49:14 +02:00
Sven SAULEAU 3ade8a0a6f
fix(wasm): ignore code section in generator 2018-05-04 18:57:38 +02:00
Sven SAULEAU 1bc7657eab
fix: handle empty modules in dependecies 2018-05-04 18:52:07 +02:00
Sven SAULEAU 9cc4ebb8d8
fix: generation and bump dep 2018-05-04 15:39:26 +02:00
Tobias Koppers 4702ee9016 Use compile/compileStreaming when importObject is a Promise 2018-04-30 08:35:06 +02:00
Tobias Koppers 81873932cb pretty 2018-04-30 07:29:53 +02:00
Tobias Koppers 2be62688c5 update for breaking change in dependency 2018-04-29 21:06:59 +02:00
Tobias Koppers 87a798c992 update for changed API 2018-04-28 11:38:34 +02:00
Tobias Koppers cd6eec18e3 delay import object creating until all promises has been initialized 2018-04-28 11:29:46 +02:00
Tobias Koppers 054ba39898 make wasm to wasm Table and Memory exports possible 2018-04-28 11:09:13 +02:00
Tobias Koppers 502bfe4181 improve hashing for wasm 2018-04-28 10:02:12 +02:00
Tobias Koppers b72e363f03 formatting for output code, nitpicks 2018-04-28 09:57:21 +02:00
Tobias Koppers 9156be961d rename and move BaseWasmMainTemplatePlugin
align usage with other plugins
2018-04-27 19:02:02 +02:00
Tobias Koppers 82a71be1dc Cleanup, refactoring, types 2018-04-27 18:53:07 +02:00
Sven SAULEAU 96f7ba8d8f
refactor: use safer id for init func 2018-03-29 14:53:59 +02:00
Sven SAULEAU de9ab747e2
fix: elimante falsy values 2018-03-29 13:52:26 +02:00
Sven SAULEAU 0476eb4499
Merge branch 'master' into feat-rewrite-wasm 2018-03-29 12:35:48 +02:00
Florent Cailhol 3983803d30 Destructure 'require' to improve readability 2018-03-22 12:05:58 +01:00
Sven SAULEAU 6d906d04d0
fix: improved wasm transformations 2018-03-12 11:43:20 +01:00
Sven SAULEAU 1ff76a5bb1
refactor: use init function 2018-03-09 19:03:33 +01:00
Sven SAULEAU faff92c52b
feat: use instantiateStreaming 2018-03-08 17:54:06 +01:00
Tobias Koppers 5238159d21 run prettier on existing code 2018-02-25 02:00:20 +01:00
Alex Nozdriukhin dcde5f4bd1 Fix typos 2018-02-09 19:25:22 +09:00
Tobias Koppers ea609374f7 split Chunk.isInitial into isOnlyInitial and canBeInitial
remove includeInitial argument of getChunk(Module)Maps
2018-01-22 12:52:28 +01:00
Tobias Koppers f92ff346fe linting 2017-12-21 09:33:26 +01:00
Tobias Koppers 3ee016f4a9 add support for imports in wasm modules 2017-12-20 20:42:42 +01:00
Florent Cailhol f737b26260 Remove some plugin calls 2017-12-14 14:42:49 +01:00
Tobias Koppers 91e6692362 extract exports from wasm module
mangle used exports
fix esm flag
2017-12-14 13:05:03 +01:00