Go language features Concurrency Cgo Reflection Maps Standard library Garbage collection Little used features Go language features While TinyGo supports a big subset of ...
Custom Plugin Edit the Wasm file Build the Wasm image step1. Compile wasm step2. Build and push the docker image of the plugin Enable Wasm plugin Using the Higress console Usi...
Calling convention Calling convention Go uses a stack-based calling convention and passes a pointer to the argument list as the first argument in the function. There were/are p...
What about the ESP8266/ESP32? What about the ESP8266/ESP32? As of February 2019 there is now an official project from Espressif to add the Xtensa chip architecture to LLVM. Fo...
Harvard architectures (AVR) Harvard architectures (AVR) The AVR architecture is a modified Harvard architecture, which means that flash and RAM live in different address spaces...
wasm-nginx-module Inject Custom Response via Go in Nginx, Step by Step Step 1: Write code based on proxy-wasm-go-sdk Step 2: Build the corresponding Wasm file Step 3: Load and ex...
Differences from Go Differences from Go A whole program is compiled in a single step, without intermediate linking. This makes incremental development much slower for large pr...