gioboa / qwik-wasm-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qwik Image Editor with Rust ( WASM )

An example of using WASM for the calculation of the Fibonacci sequence which is usually very expensive in terms of computation. With Rust it's practically instantaneous. 🚀

homepage

Prerequisites

Install Rust and wasm-pack

curl https://sh.rustup.rs -sSf | sh
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

Installation and run the server

pnpm install
pnpm dev

About


Languages

Language:TypeScript 83.1%Language:JavaScript 12.9%Language:Rust 2.7%Language:CSS 1.3%