Uh oh!
There was an error while loading. Please reload this page.
[wasm] Switch default modules to es6 - #70746
Conversation
ghost
commented
Jun 14, 2022
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsMotivation, benefits
Challenges, downsides
Changes in this PR
|
pavelsavara
commented
Jun 14, 2022
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
pavelsavara
commented
Jun 14, 2022
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
3dfdc1a to
5d07665Compare5d07665 to
e60425aCompare
|
pavelsavara
commented
Jun 16, 2022
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
For the For the templates, I did just basics. I plan to do more work on it as part of #70892 |
pavelsavara
commented
Jun 20, 2022
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
pavelsavara
commented
Jun 22, 2022
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Ankit Jain <radical@gmail.com>
Co-authored-by: Ankit Jain <radical@gmail.com>
pavelsavara
commented
Jun 23, 2022
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
pavelsavara
commented
Jun 23, 2022
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
pavelsavara
commented
Jun 24, 2022
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
pavelsavara
commented
Jun 24, 2022
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
pavelsavara
commented
Jun 24, 2022
The |
Motivation, benefits
Challenges, downsides
Changes in this PR
<WasmEnableES6>default trueEXPORT_ES6=1should not be in theemcc-link.rspbecause it could not be removed by workload re-link when<WasmEnableES6> == false.