1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-25 11:52:51 +01:00
uBlock/tools
Raymond Hill 69c87c5117
Fix Promise chain of WASM module load operations
The Promise chain was not properly designed for WASM module
loading. This became apparent when removing WASM modules
from Opera build[1].

The problem was that errors thrown by fetch() -- used to
load WASM modules -- were not properly handled.

[1] Opera refuses updating uBO if there are unrecognized file
types in the package, and `.wasm`/`.wat` files are not
recognized by Opera uploader.
2019-02-01 08:20:43 -05:00
..
import-crowdin.sh
import-war.py
make-assets.sh
make-chromium-meta.py
make-chromium.sh
make-clean.sh
make-firefox-meta.py
make-firefox.sh
make-opera-meta.py
make-opera.sh Fix Promise chain of WASM module load operations 2019-02-01 08:20:43 -05:00
make-safari-meta.py
make-safari.sh
make-thunderbird.sh Experimental Thunderbird 65+ support: experimental 2019-01-20 12:22:40 -05:00
make-webext-meta.py
make-webext.sh Reuse both flavors of webRequest wrapper in webext package 2019-01-28 16:12:26 -05:00