Add initial support for LZMA decompression on HTML5 target

This commit is contained in:
Joshua Granick
2024-05-31 08:09:16 -07:00
parent c0ca857fa6
commit d0678156dd
4 changed files with 27 additions and 0 deletions

View File

@@ -92,6 +92,7 @@
<dependency path="dependencies/howler.min.js" if="html5 howlerjs" embed="true" />
<dependency path="dependencies/pako.min.js" if="html5" embed="true" web-worker="true" />
<dependency path="dependencies/lzma_worker-min.js" if="html5" embed="true" web-worker="true" />
<dependency path="dependencies/FileSaver.min.js" if="html5" embed="true" />
<dependency path="dependencies/webgl-debug.js" if="html5 webgl-debug" embed="true" />
<dependency path="dependencies/stats.min.js" if="html5 stats" embed="true" />