qukit 0.0.0-pre3

a quantum simulator for rust and wasm
Documentation
1
2
3
4
5
6
7
// This makes importing qukit asynchronous (because of dynamic import).
// This is needed here for Webpack v4 or v5 syncWebAssembly, which don't
// allow synchronous import of WebAssembly from an entrypoint.
module.exports = import("./pkg.bundler/index.js");

// We don't want to do this for _all_ usage, because dynamic import isn't
// supported in older node versions.