v0.13.1
- Added an asm.js fallback which is active for React Native via the
"react-native"
entry inpackage.json
. Ensure that you run the build step with theNODE_OPTIONS=--max_old_space_size=8192
flags, since the asm.js bundle is large. (For RN the full command would therefore beNODE_OPTIONS=--max_old_space_size=8192 npm start
)