Tobias Koppers
|
fd4b3c503a
|
pretty files
|
2019-06-09 11:23:42 +02:00 |
Tobias Koppers
|
13b2cdd5ae
|
hash content of bootstrap code
instead of trying to calculate it
from inputs
fixes #8027
fixes #7984
|
2018-09-13 23:25:26 +02:00 |
Tobias Koppers
|
1ad71e01f9
|
add helpful error when importing wasm in initial chunk
|
2018-07-02 16:18:49 +02:00 |
Tobias Koppers
|
ad8f496745
|
arrow functions, remove or improve eslint-disable comments
|
2018-06-27 13:48:13 +02:00 |
Tobias Koppers
|
8e3be48da4
|
allow to disable wasm import mangle
disable it by default (temporary)
|
2018-06-05 23:49:02 +02:00 |
Florent Cailhol
|
2a9452e51b
|
Add brackets for multiline if/for statements
|
2018-05-29 15:45:44 +02:00 |
Tobias Koppers
|
909a2ac8d0
|
fix small bug in wasm runtime
|
2018-05-28 23:35:29 +02:00 |
Tobias Koppers
|
cd7980e2a8
|
add comment about the microtask delay
|
2018-05-12 10:25:17 +02:00 |
Tobias Koppers
|
22ec60434d
|
lint and type
|
2018-05-11 21:02:37 +02:00 |
Tobias Koppers
|
42c0214254
|
move common code into separate module
|
2018-05-11 21:02:36 +02:00 |
Tobias Koppers
|
ee0b5afc44
|
generate shorter runtime code for the imports map
|
2018-05-11 20:59:20 +02:00 |
Tobias Koppers
|
fb29d633db
|
Mangle import names and module requests
|
2018-05-11 20:57:19 +02:00 |
Tobias Koppers
|
f903cd3ef9
|
mangle exports of wasm modules
mangle webpack init function
store WebAssembly.Instance.exports directly
connect wasm modules directly when already cached
|
2018-05-11 20:57:18 +02:00 |
Tobias Koppers
|
e90b766beb
|
fix type issue
|
2018-05-07 11:19:13 +02:00 |
Sven SAULEAU
|
1bc7657eab
|
fix: handle empty modules in dependecies
|
2018-05-04 18:52:07 +02:00 |
Tobias Koppers
|
4702ee9016
|
Use compile/compileStreaming when importObject is a Promise
|
2018-04-30 08:35:06 +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 |