phoboslab / jsmpeg

MPEG1 Video Decoder in JavaScript
MIT License
6.35k stars 1.43k forks source link

wasm is different when using emcc==1.38.47 #364

Open H-xie opened 3 years ago

H-xie commented 3 years ago

I clone the repo and run ./build.sh, with emcc==1.38.47. The final production jsmpeg.min.js is not the same with that in the repo.

The comparison shows that WASM_BINARY_INLINED has different value, which indicates the different binary of emcc.

Why it is different? My guess is that emcc version used by author is other than 1.38.47. If so, what version is used?

Thank you for your time.