webpack/lib/wasm-async
Tobias Koppers a66290a15f add support for async externals
add `promise` external
add `import` external (uses import())

add `output.importFunctionName` option to change the `import()` function name

allow for inline external type when using arrays

fix some typings

fix namespace object behavior when using system external and accessing nested property
fix interop behavior for async dynamic modules
2020-05-19 17:25:43 +02:00
..
AsyncWasmChunkLoadingRuntimeModule.js update deprecated usage of chunk and main templates 2019-10-08 23:46:33 +02:00
AsyncWebAssemblyGenerator.js refactor: merge generators in asset modules 2019-11-26 15:42:37 +01:00
AsyncWebAssemblyJavascriptGenerator.js add support for async externals 2020-05-19 17:25:43 +02:00
AsyncWebAssemblyModulesPlugin.js fix 3.9 build errors 2020-05-12 14:37:02 +02:00
AsyncWebAssemblyParser.js Introduce a Parser base class to improve Parser types 2019-11-30 01:36:28 +01:00