Skip to content

Commit

Permalink
Add bigint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
surma committed Oct 14, 2019
1 parent d5c3047 commit 5122466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A small library to detect which features of WebAssembly are supported.
- ✅ Runs in Node
- ✅ Provided as an ES6 module, CommonJS and UMD module.
- ✅ CSP compatible
- ✅ Only ~586B gzipped
- ✅ Only ~590B gzipped

## Installation

Expand Down
1 change: 1 addition & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ async function run() {
await checkFeature("simd");
await checkFeature("tailCall");
await checkFeature("threads");
await checkFeature("bigintParameters");
}

run();

0 comments on commit 5122466

Please sign in to comment.