EFForg/https-everywhere-lib-wasm

Add CI test to ensure `.wasm` binary is reproduced by Travis

Hainish opened this issue · 1 comments

The .wasm file in this repo is reproducible. Given the same build system and library requirements, it produces the same bit-for-bit result. We should have Travis check this is the case for every PR.

Done!