i need to be able to call file_packager.py directly, but EMSDK env var doesn't seem to be set in the docker image as it would be with a direct install.
sorry to post a query like this here, but how is it possible to call file_packager.py
ideally something like this would just work in the docker image
python $EMSDK/upstream/emscripten/tools/file_packager.py
but "upstream" is variable depending on the tag and as mentioned EMSDK is not set
i need to be able to call file_packager.py directly, but EMSDK env var doesn't seem to be set in the docker image as it would be with a direct install.
sorry to post a query like this here, but how is it possible to call file_packager.py
ideally something like this would just work in the docker image
python $EMSDK/upstream/emscripten/tools/file_packager.py
but "upstream" is variable depending on the tag and as mentioned EMSDK is not set