Skip to content

Commit

Permalink
Update to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kishimisu committed Jun 7, 2024
1 parent 9797fcb commit 4c7d5cb
Show file tree
Hide file tree
Showing 11 changed files with 152 additions and 58 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ npm install webgpu-radix-sort
<!-- From source -->
<script src="./dist/umd/radix-sort-umd.js"></script>
<!-- From CDN -->
<script src="https://cdn.jsdelivr.net/npm/[email protected].6/dist/umd/radix-sort-umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].7/dist/umd/radix-sort-umd.js"></script>
<script>
const { RadixSortKernel } = RadixSort;
</script>
Expand All @@ -53,7 +53,7 @@ npm install webgpu-radix-sort
// From source
import { RadixSortKernel } from './dist/esm/radix-sort-esm.js';
// From CDN
import { RadixSortKernel } from 'https://cdn.jsdelivr.net/npm/[email protected].6/dist/esm/radix-sort-esm.js';
import { RadixSortKernel } from 'https://cdn.jsdelivr.net/npm/[email protected].7/dist/esm/radix-sort-esm.js';
</script>
```
## Usage
Expand Down
88 changes: 67 additions & 21 deletions dist/cjs/radix-sort-cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/radix-sort-cjs.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 4c7d5cb

Please sign in to comment.