https://github.com/nemequ/waspr
WebAssembly SIMD Programming Reference
https://github.com/nemequ/waspr
Last synced: about 1 year ago
JSON representation
WebAssembly SIMD Programming Reference
- Host: GitHub
- URL: https://github.com/nemequ/waspr
- Owner: nemequ
- Created: 2021-06-24T17:05:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-25T23:41:48.000Z (almost 5 years ago)
- Last Synced: 2023-03-24T04:48:50.475Z (about 3 years ago)
- Language: TypeScript
- Size: 333 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebAssembly SIMD Programming Reference
This project provides a web interface for WebAssembly SIMD. You can
[view it](https://nemequ.github.io/waspr) online.
The primary data source for the site is [the nemequ/wasm-simd-data
repository](https://github.com/nemequ/wasm-simd-data), which in turn
gets its data from [SIMDe](https://github.com/simd-everywhere/simde),
[clang](https://clang.llvm.org/), and
[LLVM-MCA](https://www.llvm.org/docs/CommandGuide/llvm-mca.html) in
addition to information in the repository itself.
The site is written in TypeScript using Angular. See [Angular's set-up
guide](https://angular.io/guide/setup-local) for information about
setting up a local copy.