Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upnwjc crashed on macOS 10.13.2 #6319
Comments
This comment has been minimized.
This comment has been minimized.
|
Could you please provide a sample? It works for me. |
rogerwang
added
the
needinfo
label
Dec 8, 2017
This comment has been minimized.
This comment has been minimized.
|
Try this: https://github.com/mbebenita/Broadway/blob/master/Player/Decoder.js Works on 0.25.x, crash since 0.26.0. |
This comment has been minimized.
This comment has been minimized.
|
This is because there is asm.js to wasm compilation in the source file, which v8 doesn't support when it does serialization: At least we'll add this to the documentation of nwjc. |
rogerwang
added
documentation
and removed
needinfo
labels
Dec 8, 2017
This comment has been minimized.
This comment has been minimized.
|
You could try adding this argument: |
This comment has been minimized.
This comment has been minimized.
|
Thanks, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cxa commentedDec 8, 2017
•
edited
NWJS Version : 0.27.0
Operating System : macOS 10.13.2
Expected behavior
compile successful.
Actual behavior
How to reproduce
nwjc some.js some.bin