João Alves

Results 2 issues of João Alves

```ts import { WASI } from 'node:wasi'; import { readFile } from "node:fs/promises"; const wasi = new WASI({ version: "preview1", args: ["bin_name"], preopens: { "/": "/", ".": ".", }, });...

bug

1. Update the dependencies 2. Change the [tag definition implementation to the new api](https://github.com/JADSN1894/wit-bindgen/blob/0327b32ed25ea645681605cccef1c255e709f388/crates/markdown/src/lib.rs#L212)