We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got Emscripten using emsdk.
I have confirmed that Emscripten works fine via a test that Emscripten has.
The exact error looks likes this: ERROR:root:'/home/user/emsdk/emsdk/clang/e1.38.12_64bit/binaryen/bin/asm2wasm dosbox.temp.asm.js --total-memory=134217728 --trap-mode=allow -03 --mem-init=dosbox.html.mem --mem-base=1024 -o dosbox.wasm' failed
ERROR:root:'/home/user/emsdk/emsdk/clang/e1.38.12_64bit/binaryen/bin/asm2wasm dosbox.temp.asm.js --total-memory=134217728 --trap-mode=allow -03 --mem-init=dosbox.html.mem --mem-base=1024 -o dosbox.wasm' failed
It is able to output dosbox.js but after the error message appears the file is deleted.
The directory contains dosbox.html.mem, and dosbox.js.orig.js as well.
Edit: I'm using the latest LTS version of Ubuntu (64bit).
The text was updated successfully, but these errors were encountered:
Did you try WebAssembly/binaryen#1681? It fixed a bug that prevents my port of DOSBox-X (a fork of DOSBox) to build.
Sorry, something went wrong.
@yksoft1 I did get it to work somewhat, it compiles without SDL2, however, packing games results in an error. I can't get the message at the moment.
No branches or pull requests
I got Emscripten using emsdk.
I have confirmed that Emscripten works fine via a test that Emscripten has.
The exact error looks likes this:
ERROR:root:'/home/user/emsdk/emsdk/clang/e1.38.12_64bit/binaryen/bin/asm2wasm dosbox.temp.asm.js --total-memory=134217728 --trap-mode=allow -03 --mem-init=dosbox.html.mem --mem-base=1024 -o dosbox.wasm' failed
It is able to output dosbox.js but after the error message appears the file is deleted.
The directory contains dosbox.html.mem, and dosbox.js.orig.js as well.
Edit: I'm using the latest LTS version of Ubuntu (64bit).
The text was updated successfully, but these errors were encountered: