webdggrid 1.0.2 → 1.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/package.json +1 -1
- package/readme.md +6 -7
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
## Web Assembly version of DGGRID
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<div align="center">
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+
  [](https://www.jsdelivr.com/package/npm/webdggrid)
|
|
4
7
|
|
|
8
|
+
</div>
|
|
5
9
|
|
|
6
|
-
node ./utils/sfx-wasm.js -d ./lib-wasm/libdggrid.wasm > ./lib-esm/libdggrid.wasm.js
|
|
7
10
|
|
|
8
|
-
|
|
9
|
-
# server
|
|
10
11
|
|
|
11
|
-
|
|
12
|
-
npx http-server -o ./lib-wasm
|
|
13
|
-
`
|
|
12
|
+
### Under development
|