Socket
Socket
Sign inDemoInstall

wasabio

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wasabio

WebAssembly and SharedArrayBuffer IO. Pronounced 'wassabee-yo'.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

wasabio

WebAssembly and SharedArrayBuffer IO. Pronounced "wassabee-yo".

purpose

wasabio offers several utility APIs with familiar interfaces, but implemented to work over a single SharedArrayBuffer and inside a TS-wrapped WASM module.

wasabio provides infrastructure for multi threaded applications running in web browsers, enabling safe cross-worker communication and shared state.

Currently wasabio provides:

  • Node's FS API (implemented on top of an in-memory POSIX filesystem)
  • LocalStorage API (implemented on top of an in-memory key-value store)
  • Node's EventEmitter API (implemented on top of a SharedArrayBuffer)
  • Low level Locks, Buses, and various other utilities

Keywords

FAQs

Package last updated on 26 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc