Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Upgrade to node v8 7.4 which support JIT-less #621

Open
mzxyz opened this issue Jun 4, 2019 · 0 comments
Open

Upgrade to node v8 7.4 which support JIT-less #621

mzxyz opened this issue Jun 4, 2019 · 0 comments

Comments

@mzxyz
Copy link

mzxyz commented Jun 4, 2019

Feature related to the problem:

Using WebAssembly: currently can not use WebAssembly due to the JIT limitation on iOS.

 #if (defined(_M_IX86) || defined(_M_X64)) && !defined(DISABLE_JIT) 
 #define ASMJS_PLAT 
 #endif 
  
 #if defined(ASMJS_PLAT) 
 #define ENABLE_WASM 
 #define ENABLE_WASM_THREADS 
 #define ENABLE_WASM_SIMD 

Solution:

Upgrade to v8 7.4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant