Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 673 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 673 Bytes

wingblade

☁️ 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.