juj · GitHub

@juj

…ike PRECISE_I64_MATH has not actually done anything for a long time.

@juj

@juj

@juj

juj deleted the remove_PRECISE_I64_MATH branch

February 2, 2019 23:10

DrJosh9000 added a commit to DrJosh9000/pce that referenced this pull request

Mar 1, 2019
Hi! 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

@1div0 1div0 mentioned this pull request

Aug 18, 2019

Closed

th-otto pushed a commit to th-otto/pce that referenced this pull request

Nov 25, 2019
Hi! 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.

Read the original on github.com ↗