@takumi-rs/wasm 0.23.0 → 0.25.0

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 CHANGED
@@ -1,3 +1,3 @@
1
1
  # @takumi-rs/wasm
2
2
 
3
- For detailed documentation, please refer to the [Web (WASM) section](https://takumi.kane.tw/docs/platforms/web) in our official documentation.
3
+ For detailed documentation, please refer to the [Use Takumi in Browser (WASM)](https://takumi.kane.tw/docs/getting-started/wasm-web) page in our official documentation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takumi-rs/wasm",
3
- "version": "0.23.0",
3
+ "version": "0.25.0",
4
4
  "scripts": {
5
5
  "build": "wasm-pack build --no-pack --release --out-dir pkg --target web"
6
6
  },
Binary file