Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

index.d.ts

21

package.json
{
"name": "wasabio",
"version": "0.0.1",
"version": "1.0.0",
"description": "WebAssembly and SharedArrayBuffer IO. Pronounced 'wassabee-yo'.",
"main": "index.js",
"scripts": {},
"keywords": [],
"main": "./index.js",
"keywords": [
"webassembly",
"sharedarraybuffer",
"webworker",
"web",
"worker",
"thread",
"threading",
"concurrency"
],
"author": "Sepehr Laal",
"license": "MIT"
}
"license": "MIT",
"types": "./index.d.ts"
}
# ![wasabio](wasabio.png)
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
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