Is than any plan to standardlize the FFI interface by merging the mozilla's js-ctypes and node-fii
# Isiah Meadows (9 years ago)
I see that as a good idea, but I also see it as similar to the Loader spec
- separate from ECMAScript itself. This is in large part because of the in progress Web Assembly, and we need to have clean, native interop with that.
# 罗勇刚(Yonggang Luo) (9 years ago)
The Loader spec doesn't specify how to interop with native modules C/C++
# Isiah Meadows (9 years ago)
There's plans for such integration eventually in Web Assembly circles.
For consistence access the external C APIs in javascript would give us a opportunity to access the native world in javascript a lot easier.