5 ms·
Hey how do you do it? You created an emulator/port from asm.js? I tried to do this in the past in ActionScript, but we could not make it happen properly.
by yayolius 11y ago
Hey how do you do it?
You created an emulator/port from asm.js?
I tried to do this in the past in ActionScript, but we could not make it happen properly.
- poseid 11y agothis is more of a spike towards https://www.npmjs.com/package/chrome-serialport https://www.npmjs.com/package/chrome-serialport - connecting the http module with long polling is not too difficult for reading. otherwise sockets are probably cleaner. for the asm.js approach, what blocking points did you experience?
- yayolius 11y agoWe did another aproach, because it was like 8 years ago, we decided to try to implement a emolator for the microcontroller in ActionScript, but that resulted really too hard.