feat: add a histrical wit-bindgen
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# A Markdown file!
|
||||
|
||||
containing stuff, and also some code blocks, wit and other.
|
||||
|
||||
```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()
|
||||
```
|
||||
Reference in New Issue
Block a user