Small static WASM + Sveltekit webapp that solves systems of linear equations.
Written as an exercise and to learn WASM (C++).
View online here
git clone https://github.com/iBlueDust/Linear-Equations-Solver
cd linear-equations-solver
npm install
npm run build
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open