☁️ One codebase, multiple runtimes.
WingBlade provides an abstraction layer for targeting multiple JavaScript runtimes simultaneously, namely Deno, Bun, Cloudflare Workers and Node.js.
Projects utilizing WingBlade are expected to write platform-agnostic code. For the most part, unless a better measure is found, WingBlade adheres to the Deno API scheme.
The model is already present in all of our other projects targeting multiple runtimes.
Read the documentation: https://kb.ltgc.cc/
TypeScript support is not considered.