Docs: Created the Wasmtime Markdown Parser Example (#3193)
* Finished the Markdown Parser Example for Wasmtime * Made requested changes * Tiny change to explanation of `--dir` CLI arg * Add `bash` annotations to shell script code blocks * Trying to fix the markdown example bug * Figured out rustdoc, and what needed to be done * Made requested changes Co-authored-by: Till Schneidereit <till@tillschneidereit.net>
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -80,7 +80,8 @@ jobs:
|
||||
cargo install --root ${{ runner.tool_cache }}/mdbook --version ${{ env.CARGO_MDBOOK_VERSION }} mdbook
|
||||
- run: (cd docs && mdbook build)
|
||||
- run: cargo build -p wasmtime-wasi --features wasmtime/wat,wasmtime/cranelift
|
||||
- run: (cd docs && mdbook test -L ../target/debug/deps)
|
||||
- run: (cd docs/rust_wasi_markdown_parser && cargo build)
|
||||
- run: (cd docs && mdbook test -L ../target/debug/deps,./rust_wasi_markdown_parser/target/debug/deps)
|
||||
|
||||
# Build Rust API documentation
|
||||
- run: |
|
||||
|
||||
Reference in New Issue
Block a user