Saturday, August 05, 2023

wazero: GoLang => WASM

 wazero.io

"zero dependency WebAssembly runtime written in Go." (for Go)

By avoiding CGO, wazero avoids prerequisites such as shared libraries or libc, and lets you keep features like cross compilation. Being pure Go, wazero adds only a small amount of size to your binary. Meanwhile, wazero’s API gives features you expect in Go, such as safe concurrency and context propagation.

Introducing wazero from Tetrate - Tetrate


tetratelabs/wazero: wazero: the zero dependency WebAssembly runtime for Go developers @GitHub

(Apache license)


VS Code: hide/show line numbers

VS Code - How to enable or disable line numbers in Visual Studio Code

Settings > 

Type in Line number in the settings search space.

Click Line numbers dropdown.

Click On to enable line number. / "Off" to disable