@rustledger/wasm 0.9.0 → 0.9.1
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 +13 -12
- package/package.json +1 -1
- package/rustledger_wasm_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -63,18 +63,19 @@ Parse and validate your ledger faster than Python beancount.
|
|
|
63
63
|
|
|
64
64
|
## Install
|
|
65
65
|
|
|
66
|
-
| Platform | Command |
|
|
67
|
-
|
|
68
|
-
| **macOS
|
|
69
|
-
| **
|
|
70
|
-
| **
|
|
71
|
-
| **
|
|
72
|
-
| **
|
|
73
|
-
| **
|
|
74
|
-
| **
|
|
75
|
-
| **
|
|
76
|
-
| **
|
|
77
|
-
| **npm (
|
|
66
|
+
| Platform | Command | Status |
|
|
67
|
+
|----------|---------|:------:|
|
|
68
|
+
| **macOS** | `brew install rustledger` | [](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
|
|
69
|
+
| **Linux** | `brew install rustledger` | [](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
|
|
70
|
+
| **Arch Linux** | `yay -S rustledger-bin` | [](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
|
|
71
|
+
| **Fedora/RHEL** | `sudo dnf copr enable robcohen/rustledger && sudo dnf install rustledger` | [](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
|
|
72
|
+
| **Windows** | `scoop bucket add rustledger https://github.com/rustledger/scoop-rustledger && scoop install rustledger` | [](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
|
|
73
|
+
| **Cargo** | `cargo binstall rustledger` or `cargo install rustledger` | [](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
|
|
74
|
+
| **Nix** | `nix run github:rustledger/rustledger` | [](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
|
|
75
|
+
| **Docker** | `docker run --rm -v "$PWD:/data" ghcr.io/rustledger/rustledger /data/ledger.beancount` | [](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
|
|
76
|
+
| **Binaries** | [GitHub Releases](https://github.com/rustledger/rustledger/releases) | [](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) [](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) [](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
|
|
77
|
+
| **npm (WASM)** | `npm install @rustledger/wasm` | [](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
|
|
78
|
+
| **npm (MCP)** | `npx @rustledger/mcp-server` ([Model Context Protocol](https://modelcontextprotocol.io) server) | [](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
|
|
78
79
|
|
|
79
80
|
<sub>Missing your platform? [Open an issue](https://github.com/rustledger/rustledger/issues/new) to request it.</sub>
|
|
80
81
|
|
package/package.json
CHANGED
package/rustledger_wasm_bg.wasm
CHANGED
|
Binary file
|