We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd2ee57 + 8c951ba commit c5481ccCopy full SHA for c5481cc
.github/workflows/docs.yml
@@ -15,6 +15,7 @@ on:
15
- "examples/**"
16
- "tests/**"
17
- "Drivers/**"
18
+ - "!ruby-wasm-poc/**"
19
20
jobs:
21
generate-and-push-docs:
README.md
@@ -52,6 +52,7 @@ The below examples in here are automatically tested:
52
make sure that the following applications are installed and exposed in your path
53
54
Follow the instructions in each of these:
55
+* Ruby - [Ruby Installation](https://www.ruby-lang.org/en/downloads/)
56
* Dotnet CLI - [Dotnet Installation](https://github.com/dotnet/sdk) - use version `.NET 8.0 (latest)`
57
* buf build - [Buf Build](https://buf.build/docs/installation)
58
* WASM related - [WASM libs](https://www.strathweb.com/2023/09/dotnet-wasi-applications-in-net-8-0/)
0 commit comments