https://github.com/wokwi/ngspice-wasm
ngspice compiled into Web Assembly
https://github.com/wokwi/ngspice-wasm
Last synced: 4 months ago
JSON representation
ngspice compiled into Web Assembly
- Host: GitHub
- URL: https://github.com/wokwi/ngspice-wasm
- Owner: wokwi
- License: mit
- Created: 2022-11-01T21:52:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T21:54:12.000Z (over 2 years ago)
- Last Synced: 2025-01-16T14:52:36.847Z (5 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ngspice-wasm
Build ngspice for Web Assembly, based on [EEsim](https://eesim.dev/). Requires Docker + Linux (or WSL2) host.
## Build
```bash
make
```The build process will take a while. The final goes into `build/ngspice.wasm`.