This is the source for https://qrack.net. To build the vm6502q/qrack library as WASM, the following build command is suggested, in an active emsdk
environment:
emcmake cmake -DENABLE_RDRAND=OFF -DUINTPOW=5 -DENABLE_PTHREAD=OFF -DSEED_DEVRAND=OFF ..
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.
The website code is based upon the following example reference, with thanks:
The associated medium post is available at https://guptanikhil.medium.com/using-webassembly-with-react-from-scratch-fba8cdfa5118.