|
|
|
|
|
by burntcaramel
41 days ago
|
|
Exactly, this is why I’m using AI to write C or Zig that compiles to WebAssembly. The purpose of a scripting language was to make authoring easier, but now it’s mostly a middle layer. There’s still getting the investment of a great standard library to keep you on track, but if you pick parts to make modular wasm and which parts to use reliably, proven code you can find a good balance. For qip I chose to use Golang as its standard library is batteries-included with fs & networking. Then everything else is AI-coded wasm plugins. https://github.com/royalicing/qip |
|