其他更新细节参考 MacRumors 和 AppleInsider 报道整理如下:
Фото: Александр Миридонов / Коммерсантъ
,这一点在Line官方版本下载中也有详细论述
Some say the technology is devaluing their work, while others reckon it is not yet – and might never be – good enough to replace them entirely
Of course, the glue code also has runtime costs. JavaScript objects must be allocated and garbage collected, strings must be re-encoded, structs must be deserialized. Some of this cost is inherent to any bindings system, but much of it is not. This is a pervasive cost that you pay at the boundary between JavaScript and WebAssembly, even when the calls themselves are fast.