linear-equations-solver Svelte Themes

Linear Equations Solver

Small web app to test WASM with Svelte. Solves a system of linear equations.

Linear Equations Solver Webapp

Small static WASM + Sveltekit webapp that solves systems of linear equations.

Written as an exercise and to learn WASM (C++).

View online here

Setup

git clone https://github.com/iBlueDust/Linear-Equations-Solver

cd linear-equations-solver

npm install

Build

npm run build

Developing

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

Top categories

Loading Svelte Themes