Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 383 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 383 Bytes

bare-kit

Bare for native application development. The kit provides a web worker-like API to start and manage an isolated Bare thread, called a worklet1, that exposes an IPC abstraction with bindings for various languages.

License

Apache-2.0

Footnotes

  1. This term was chosen to avoid ambiguity with worker threads as implemented by https://github.com/holepunchto/bare-worker.