Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)