JavaScript programming guide Examples Security Global variables Performance JavaScript vs. Native Extensions JavaScript programming guide This page discusses how to use Ja...
Versioning Versioning Strategy Tagging strategy Versioning This page discusses how we do versioning and provides information on our stable releases. Versioning Strategy We...
WASM Programming model How to use WASM APISIX supports WASM plugins written with Proxy WASM SDK . This plugin requires APISIX to run on APISIX-OpenResty , and is under constr...
Extensibility High-level architecture Example SDK Ecosystem See also Extensibility WebAssembly is a sandboxing technology which can be used to extend the Istio proxy (Envo...
Your first 2D game Prerequisites Contents Your first 2D game In this step-by-step tutorial series, you will create your first complete 2D game with Godot. By the end of the se...
Content guidelines Guidelines and principles Writing complete and accessible documentation Limiting cognitive load Up to date This page is up to date for Godot 4.1 . If you ...
Nominal subtyping Traits: nominal subtyping Structural subtyping Interfaces: structural subtyping Like other object-oriented languages, Pony has subtyping . That is, some type...
Functions Functions Functions, are one of the most powerful and essential notions in programming. Functions like mathematical functions perform transformations, they take inpu...
Types and methods Types and methods The next sections will assume you know what object oriented programming is, as well as the concepts of classes and methods .