qulacs-wasm 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -58,7 +58,7 @@ This benchmark test complies with [benchmark-qulacs](https://github.com/qulacs/b
|
|
|
58
58
|
|
|
59
59
|
### Single-thread benchmark
|
|
60
60
|
|
|
61
|
-

|
|
62
62
|
|
|
63
63
|
## How to import from external .wasm file
|
|
64
64
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qulacs-wasm",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Qulacs WebAssembly version",
|
|
5
5
|
"main": "lib/bundle/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -52,6 +52,9 @@
|
|
|
52
52
|
"files": [
|
|
53
53
|
"lib"
|
|
54
54
|
],
|
|
55
|
+
"engines": {
|
|
56
|
+
"node": ">=18.0.0"
|
|
57
|
+
},
|
|
55
58
|
"publishConfig": {
|
|
56
59
|
"access": "public",
|
|
57
60
|
"registry": "https://registry.npmjs.org/"
|