Skip to content

Commit

Permalink
witx files: very top comment is not a doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Hickey committed Nov 12, 2019
1 parent b269375 commit 775bfa2
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
8 changes: 4 additions & 4 deletions phases/ephemeral/witx/typenames.witx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
;;; Type names used by low-level WASI interfaces.
;; Type names used by low-level WASI interfaces.
;;
;;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
;;
;;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
;;; for an explanation of what that means.
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
;; for an explanation of what that means.

(typename $size_t u32)

Expand Down
10 changes: 5 additions & 5 deletions phases/ephemeral/witx/wasi_ephemeral_preview.witx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; WASI Preview. This is an evolution of the API that WASI initially
;;; launched with.
;; WASI Preview. This is an evolution of the API that WASI initially
;; launched with.
;;
;;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
;;
;;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
;;; for an explanation of what that means.
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
;; for an explanation of what that means.

(use "typenames.witx")

Expand Down
8 changes: 4 additions & 4 deletions phases/old/snapshot_0/witx/typenames.witx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
;;; Type names used by low-level WASI interfaces.
;; Type names used by low-level WASI interfaces.
;;
;;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
;;
;;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
;;; for an explanation of what that means.
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
;; for an explanation of what that means.

(typename $size_t u32)

Expand Down
10 changes: 5 additions & 5 deletions phases/old/snapshot_0/witx/wasi_unstable.witx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; WASI Preview. This is an evolution of the API that WASI initially
;;; launched with.
;; WASI Preview. This is an evolution of the API that WASI initially
;; launched with.
;;
;;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
;;
;;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
;;; for an explanation of what that means.
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
;; for an explanation of what that means.

(use "typenames.witx")

Expand Down
8 changes: 4 additions & 4 deletions phases/snapshot/witx/typenames.witx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
;;; Type names used by low-level WASI interfaces.
;; Type names used by low-level WASI interfaces.
;;
;;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
;;
;;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
;;; for an explanation of what that means.
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
;; for an explanation of what that means.

(typename $size_t u32)

Expand Down
10 changes: 5 additions & 5 deletions phases/snapshot/witx/wasi_snapshot_preview1.witx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; WASI Preview. This is an evolution of the API that WASI initially
;;; launched with.
;; WASI Preview. This is an evolution of the API that WASI initially
;; launched with.
;;
;;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
;;
;;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
;;; for an explanation of what that means.
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
;; for an explanation of what that means.

(use "typenames.witx")

Expand Down

0 comments on commit 775bfa2

Please sign in to comment.