Gathering detailed insights and metrics for @biowasm/aioli
Gathering detailed insights and metrics for @biowasm/aioli
Gathering detailed insights and metrics for @biowasm/aioli
Gathering detailed insights and metrics for @biowasm/aioli
Framework for building fast genomics web tools with WebAssembly and WebWorkers
npm install @biowasm/aioli
Typescript
Module System
Node Version
NPM Version
72.9
Supply Chain
85.5
Quality
78.4
Maintenance
100
Vulnerability
100
License
JavaScript (96.45%)
HTML (3.55%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
113 Stars
264 Commits
11 Forks
3 Watchers
2 Branches
4 Contributors
Updated on Jul 09, 2025
Latest Version
3.2.1
Package Id
@biowasm/aioli@3.2.1
Unpacked Size
40.80 kB
Size
12.92 kB
File Count
5
NPM Version
10.5.0
Node Version
21.7.3
Published on
Oct 14, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
Aioli is a library for running genomics command-line tools in the browser using WebAssembly. See Who uses biowasm for example use cases.
Run npm install
to install dependencies.
Then run npm run dev
to launch the web server and use src/example.js
as a sample web app that uses the dev version of Aioli.
Run npm run test
.
package.json
(append -rc1
for release candidates)npm run build
npm pack
npm publish [tgzfile] --tag next
npm install @biowasm/aioli@next
package.json
npm run build
npm publish --access public
biowasm.json
samtools index
), we automatically create a symlink from each local file's WORKERFS path to a path in PROXYFS.-s MODULARIZE=1
, i.e. the .js
file will contain a Module
function that initializes the module and returns a Promise
that resolves when the module is loaded.wasm-feature-detect
. If a tool needs WebAssembly SIMD and the user has a browser that does not support it, we will load the non-SIMD version of that tool.WebAssembly is a fast, low-level, compiled binary instruction format that runs in all major browsers at near native speeds. One key feature of WebAssembly is code reuse: you can port existing C/C++/Rust/etc tools to WebAssembly so those tools can run in the browser.
WebWorkers allow you to run JavaScript in the browser in a background thread, which keeps the browser responsive.
See the biowasm project.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
Found 5/9 approved changesets -- score normalized to 5
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
13 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More