@makinzm/mille 0.0.7 → 0.0.9
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 +1 -1
package/README.md
CHANGED
|
@@ -58,7 +58,7 @@ Requires Node.js ≥ 18. The npm package bundles `mille.wasm` (the compiled Rust
|
|
|
58
58
|
### go install
|
|
59
59
|
|
|
60
60
|
```sh
|
|
61
|
-
go install github.com/makinzm/mille/packages/go@latest
|
|
61
|
+
go install github.com/makinzm/mille/packages/go/mille@latest
|
|
62
62
|
```
|
|
63
63
|
|
|
64
64
|
The Go wrapper embeds `mille.wasm` (the compiled Rust core) and runs it via [wazero](https://wazero.io/) — a zero-dependency WebAssembly runtime. No network access or caching required; the binary is fully self-contained.
|