Add 'ENV' to the list of runtime elements that may be exported. (#6855)

Adding environment variables is inconvenient for MODULARIZE=1 builds without exporting the ENV object.
This commit is contained in:
Ian Henderson 2018-07-16 09:41:39 -07:00 коммит произвёл Alon Zakai
Родитель 676a351717
Коммит addf0ae769
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -351,3 +351,4 @@ a license to everyone to use it as detailed in LICENSE.)
* Alexander Bich <quyse0@gmail.com>
* Ashleigh Thomas <ashleighbcthomas@gmail.com>
* Veniamin Petrenko <bjpbjpbjp10@gmail.com>
* Ian Henderson <ian@ianhenderson.org>

Просмотреть файл

@ -376,6 +376,7 @@ function exportRuntime() {
'writeAsciiToMemory',
'addRunDependency',
'removeRunDependency',
'ENV',
'FS',
'FS_createFolder',
'FS_createPath',