Super Zheng

Results 8 comments of Super Zheng

> The only non-ARM iOS device is the simulator, on an Intel Mac. Do we really want to support it there? I'd rather cut it completely if the target is...

> @medns I think @saghul is saying `!(TARGET_OS_IPHONE && defined(__aarch64__))` can be simplified to `!TARGET_OS_IPHONE` Sorry,it can't be simplified to `!TARGET_OS_IPHONE` , because the iOS simulator is x86_64 architecture, and...

> We can perhaps ifdef out the simulator targets then? All x86_64 architecture iOS platforms have this problem, and the simulator is one of them. So, the above modifications are...

> I see. What other iOS x86_64 platforms are there though? Well, it seems that there is no x86_64 architecture in iOS system except simulator.

> Can you please rebase? `master` branch has no more commits, perhaps this PR should be merged into the `v1.x` branch?

> I'd like the PR rebased with v1.x so the CI runs. Done.

Waiting for @terrelln review ...

I need it so much! 🥇 Using the asynchronous interface, can directly call the file system in web worker and main thread without blocking and unnecessary thread(sync thread) overhead.