added 2 commits
January 9, 2019 10:44kripken deleted the no-BINARYEN_METHOD branch
January 10, 2019 01:57DrJosh9000 added a commit to DrJosh9000/pce that referenced this pull request
Mar 1, 2019Hi! I'm a massive fan of your work. Thanks so much for making Macintosh emulation in the browser happen. I got the following errors in config.log when attempting to `./pcejs_build build macplus`: shared:ERROR: Invalid command line option -s BINARYEN_METHOD=native-wasm,asmjs: Starting from Emscripten 1.38.23, Emscripten now always builds either to Wasm (-s WASM=1 - default), or to asm.js (-s WASM=0), other methods are not supported (https:#github.com/emscripten-core/emscripten/pull/7836) shared:ERROR: Invalid command line option -s PRECISE_I64_MATH=0: Starting from Emscripten 1.38.26, PRECISE_I64_MATH is always enabled (https:#github.com/emscripten-core/emscripten/pull/7935) This patch makes it build, and I get some output in dist/, but I haven't checked if the output works.
Merged
th-otto pushed a commit to th-otto/pce that referenced this pull request
Nov 25, 2019Hi! I'm a massive fan of your work. Thanks so much for making Macintosh emulation in the browser happen. I got the following errors in config.log when attempting to `./pcejs_build build macplus`: shared:ERROR: Invalid command line option -s BINARYEN_METHOD=native-wasm,asmjs: Starting from Emscripten 1.38.23, Emscripten now always builds either to Wasm (-s WASM=1 - default), or to asm.js (-s WASM=0), other methods are not supported (https:#github.com/emscripten-core/emscripten/pull/7836) shared:ERROR: Invalid command line option -s PRECISE_I64_MATH=0: Starting from Emscripten 1.38.26, PRECISE_I64_MATH is always enabled (https:#github.com/emscripten-core/emscripten/pull/7935) This patch makes it build, and I get some output in dist/, but I haven't checked if the output works.
Merged