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

https://github.com/vm6502q/qrack.net

qrack.net web app source code
https://github.com/vm6502q/qrack.net

emscripten qrack quantum quantum-computing reactjs wasm webassembly

Last synced: about 1 month ago
JSON representation

qrack.net web app source code

Awesome Lists containing this project

README

          

# qrack.net

This is the source for https://qrack.net. To build the [vm6502q/qrack](https://github.com/vm6502q/qrack) library as WASM, the following build command is suggested, in an active `emsdk` environment:

```sh
emcmake cmake -DENABLE_RDRAND=OFF -DUINTPOW=5 -DENABLE_PTHREAD=OFF -DENABLE_ENV_VARS=OFF -DSEED_DEVRAND=OFF -DBCAPPOW=6 ..
```

The library is already built in this example. To recompile the WASM, just run `make all` in the project root directory.

This example provides a pre-built copy of the [Qrack API](https://github.com/unitaryfund/qrack).

The website code is based upon the following example reference, with thanks:

## C++ To WebAssembly With React From Scratch!

The associated medium post is available at https://guptanikhil.medium.com/using-webassembly-with-react-from-scratch-fba8cdfa5118.