Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryogrid/learnzig
Execution time comparison of fib(46) between raw JS and WebAssembly on web browser
https://github.com/ryogrid/learnzig
wasm web webassembly zig
Last synced: about 2 months ago
JSON representation
Execution time comparison of fib(46) between raw JS and WebAssembly on web browser
- Host: GitHub
- URL: https://github.com/ryogrid/learnzig
- Owner: ryogrid
- Created: 2023-02-03T06:41:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T03:47:12.000Z (about 2 years ago)
- Last Synced: 2024-11-07T00:22:12.885Z (3 months ago)
- Topics: wasm, web, webassembly, zig
- Language: C
- Homepage:
- Size: 95.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LearnZig
- build
- $zig build -Drelease-fast=true- [Comparison of execution time of fib(46) between raw JS and wasm](https://ryogrid.github.io/LearnZig/index.html) (GitHub Pages)