Wasi-zigc: Run zigc.wasm in a browser/Node.js
Run zigc.wasm in a browser/nodejs. Contribute to Afirium/wasi-zigc development by creating an account on GitHub. (more…)
Read more »
Running scripts in node.js is easy – just make a javascript file and run node /path/to/file.js. However, if you maintain a lot of scripts you’ll quickly start to run into some pain points, especially when you try to test your scripts. In this post, I’ll r… Read more