Skip to content

Commit

Permalink
Remove rust/WASI markdown parser example
Browse files Browse the repository at this point in the history
The documentation referring to this example was removed in bytecodealliance#6994 and
that forgot to remove this as well. This example is building without a
lock file which is causing issues in bytecodealliance#8368.
  • Loading branch information
alexcrichton committed Apr 15, 2024
1 parent dac3bdb commit 3385c96
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 60 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ jobs:
cargo install --root ${{ runner.tool_cache }}/mdbook --version ${{ env.CARGO_MDBOOK_VERSION }} mdbook
- run: (cd docs && mdbook build)
- run: cargo build -p wasi-common --features wasmtime/wat,wasmtime/cranelift
- run: (cd docs/rust_wasi_markdown_parser && cargo build)
- run: (cd docs && mdbook test -L ../target/debug/deps)

# Build Rust API documentation.
Expand Down
10 changes: 0 additions & 10 deletions docs/rust_wasi_markdown_parser/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions docs/rust_wasi_markdown_parser/example_markdown.md

This file was deleted.

46 changes: 0 additions & 46 deletions docs/rust_wasi_markdown_parser/src/main.rs

This file was deleted.

0 comments on commit 3385c96

Please sign in to comment.