simplify bare overview

This commit is contained in:
Vivek Singh
2024-08-20 14:51:47 +05:30
parent b11083fc8d
commit 7d3d279059

View File

@@ -26,7 +26,7 @@ Bare is built on top of [libjs](https://github.com/holepunchto/libjs), which pro
2. A native addon system supporting both statically and dynamically linked addons. 2. A native addon system supporting both statically and dynamically linked addons.
3. Light-weight thread support with synchronous joins and shared array buffer support. 3. Light-weight thread support with synchronous joins and shared array buffer support.
Everything else if left to userland modules to be implemented using these primitives, keeping the runtime itself succinct and _bare_. All additional features are implemented by userland modules using these primitives, keeping the runtime itself lean and _bare_.
## API ## API