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

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

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`.