Sha256: b14f74e85dcf5d2aace829e13cd2289d2b0e55c025cd46fbde1f0a32cf26021f

Contents?: true

Size: 323 Bytes

Versions: 7

Compression:

Stored size: 323 Bytes

Contents

# A Markdown file!

containing stuff, and also some code blocks, wit and other.

```wit
interface foo {
```

```wit
x: func()
```

Intervening content, including a non-wit codeblock:
```js
function func() {}
```

```wit
y: func()
```

## A new section

In which, another wit code block!

```wit
z: func()
```

```wit
}
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wasmtime-9.0.4 ./ext/cargo-vendor/wit-parser-0.7.1/tests/ui/embedded.wit.md
wasmtime-9.0.1 ./ext/cargo-vendor/wit-parser-0.7.1/tests/ui/embedded.wit.md
wasmtime-8.0.0 ./ext/cargo-vendor/wit-parser-0.6.4/tests/ui/embedded.wit.md
wasmtime-7.0.0 ./ext/cargo-vendor/wit-parser-0.6.4/tests/ui/embedded.wit.md
wasmtime-6.0.1 ./ext/cargo-vendor/wit-parser-0.6.2/tests/ui/embedded.wit.md
wasmtime-6.0.0 ./ext/cargo-vendor/wit-parser-0.6.2/tests/ui/embedded.wit.md
wasmtime-5.0.0 ./ext/cargo-vendor/wit-parser-0.3.1/tests/ui/embedded.wit.md