5
votes
Accepted
C Native Messaging host
Remove redundant comments
Your code has a lot of comments, most of them are just explaining what the C language does. But a programmer should already know that. Limit what you put in comments to what ...
4
votes
C Native Messaging host
Add error detection
Presently OP's code incurs undefined behavior or other quirky functionality when reading or allocation fails or reading is extreme.
getMessage() ...
3
votes
AssemblyScript Native Messaging host
motivation
decided to write a Native Messaging host in AssemblyScript
Ok.
It would be helpful to add some context to that.
The host code essentially does
...
Only top scored, non community-wiki answers of a minimum length are eligible