Home > Engineering > Infrastructure > Bare Runtime > Global API

Bare Global API

The Bare global is available without import. There is no process or Buffer global — those require explicit modules.


Properties

Methods

Events

Sub-namespaces

Bare.Thread

Lightweight threads with synchronous joins and SharedArrayBuffer support.

Bare.Addon

Native addon loading.

Bare.IPC

Optional streaming communication with embedder. Returns a Duplex stream or null if not embedded.


Source: github.com/holepunchto/bare and docs.pears.com/reference/api