Can this be used to implement reading STDIN to an ArrayBuffer in d8? #216
Unanswered
guest271314
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm experimenting with using
d8
as a Native Messaging host. See https://github.com/guest271314/NativeMessagingHosts and https://github.com/guest271314/native-messaging-spidermonkey-shell.Ideally I could import C++ into the
d8
shell similar to how QuickJS can import a shared C library.Can this library be used to achieve taking over reading STDIN to an
ArrayBuffer
in thed8
shell?Beta Was this translation helpful? Give feedback.
All reactions