Skip to content

Commit 1acc721

Browse files
rename: Change the name from documentation to docs.
1 parent 6b974a6 commit 1acc721

24 files changed

Lines changed: 2 additions & 2 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Cargo workspace; commands work from any directory.
1414
```text
1515
├── compiler
1616
├── demo
17-
├── documentation
17+
├── docs
1818
├── runtime
1919
├── starter-module
2020
├── target

compiler/src/abi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Sealed module contract: op codes / tags / error kinds / HandleTable / ErrorStash / codec.
33
Constants mirror `wasm-abi` byte-for-byte; extend host modules via new Op values, never new imports.
4-
Spec: documentation/reference/wasm-abi.md.
4+
Spec: docs/reference/wasm-abi.md.
55
*/
66

77
use alloc::{string::String, vec::Vec};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)