Nilay Varshney

Results 4 issues of Nilay Varshney

@Pobermeier Pobermeier Deployed here. Check here:- https://poker-wz8c.onrender.com/ Respond to "Nv Varsh" on upwork

Does anyone have created a `static linked `binary using `qjsc` ? Please guide me to the command if possible. Currently using `qjsc -o out main.js` generating file of type :-...

function main() { return 10; } main(); Where does the return exactly goes? i was trying to get the result of return for this program ``` import add from "a.js";...

Is there a fetch functionality in quickjs the way in javascript happens ```fetch(url).then(successCallback).error(errorCallback)``` @saghul