diff options
| author | Henry <mail@henrygressmann.de> | 2026-07-24 14:45:52 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-07-24 14:45:52 +0200 |
| commit | c7c26e8900e86f8b2116648e988b1e34c85f4077 (patch) | |
| tree | ba0a88e0234eef0eb7a3438435256a463770c67a /CHANGELOG.md | |
| parent | e96bab075ac8adc13bf96426628c47b66745c70a (diff) | |
docs: improve rust docs
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c104f8..37f697d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed the parser's `optimize_remove_nop` option and accessors. - Changed public `Instruction` variants and the `.twasm` format. Existing archives must be regenerated. - `TableType` limits now use `u64`. Use `TableType::new` or `TableType::new64` instead of struct literals. -- `ToWasmType` and `ToWasmTypes` now use associated constants, and `wasm_types` returns `Cow`. +- `ToWasmTypes` now uses an associated constant, and `wasm_types` returns `Cow`. - `LinearMemory` now uses a single `usize` address and changed its fixed-width read/write signatures. ## [0.9.1] - 2026-06-29 |
