ПО, ЭВМ и АСУ из Таможенного Союза

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » ПО, ЭВМ и АСУ из Таможенного Союза » управление памятью » asm.js оказывается не умеет работать с GC


asm.js оказывается не умеет работать с GC

Сообщений 1 страница 3 из 3

1

ну кто бы мог подумать...

http://asmjs.org/faq.html

Q. Can asm.js serve as a VM for managed languages, like the JVM or CLR?

A. Right now, asm.js has no direct access to garbage-collected data; an asm.js program can only interact indirectly with external data via numeric handles. In future versions we intend to introduce garbage collection and structured data based on the ES6 structured binary data API, which will make asm.js an even better target for managed languages.

0

2

Foreign Function Interface (FFI)
a way to call JavaScript functions,
it allows you to callback JavaScript from asm.js

0

3

https://github.com/WebAssembly/design/issues/1079
https://github.com/WebAssembly/gc/blob/ … verview.md

https://webassembly.org/roadmap/

Отредактировано Лис (2018-05-21 10:47:02)

0


Вы здесь » ПО, ЭВМ и АСУ из Таможенного Союза » управление памятью » asm.js оказывается не умеет работать с GC