Skip to content

Commit

Permalink
Merge pull request #1180 from tpmccallum/add-wasm-languages-link-to-l…
Browse files Browse the repository at this point in the history
…anding-page

Add Wasm Language Support Matrix to landing page
  • Loading branch information
Timothy McCallum authored Feb 22, 2024
2 parents 52e9230 + 94243fe commit 733429e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion content/wasm-languages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Fermyon WebAssembly Languages does not track WebAssembly execution environments

We do our best to keep the information here up to date. But with so many languages, each evolving rapidly, we're bound to miss a thing or two. If you have a correction or update, ping us on Twitter [@fermyontech](https://twitter.com/fermyontech).

>> If you are interested in contributing to this guide, head on over to [the GitHub repo](https://github.com/fermyon/developer/wasm-languages).
>> If you are interested in contributing to this guide, head on over to [the GitHub repo](https://github.com/fermyon/developer/tree/main/content/wasm-languages).
## Adding Your Language to the Matrix

Expand Down
2 changes: 1 addition & 1 deletion content/wasm-languages/webassembly-language-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ We are often asked which languages are best supported for production-grade WebAs

## Updates and Additions

The source for the WebAssembly Language Guide is located in a [public GitHub project](https://github.com/fermyon/developer/wasm-languages). If you find errors, want to make additions, or have further corrections for us, the [issue queue](https://github.com/fermyon/developer/issues) is a great place to discuss.
The source for the WebAssembly Language Guide is located in a [public GitHub project](https://github.com/fermyon/developer/tree/main/content/wasm-languages). If you find errors, want to make additions, or have further corrections for us, the [issue queue](https://github.com/fermyon/developer/issues) is a great place to discuss.

If you're more interested in chatting about things, check out our [Discord server](https://discord.gg/AAFNfS7NGf) or hit us up a [@FermyonTech on Twitter](https://twitter.com/fermyontech)

Expand Down
Binary file added static/image/project-left-wasm-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/image/project-left-wasm-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 7 additions & 8 deletions templates/home.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -94,24 +94,23 @@ read_pages_glob = ["events/*.md"]
</div>

<div class="column is-one-third-desktop is-full-touch">
<a class="card-link" href="/bartholomew/index" target="_self">
<a class="card-link" href="/wasm-languages/webassembly-language-support" target="_self">
<div class="card card-one project">
<div class="card-image dark">
<figure class="image">
<img src="{{site.info.base_url}}/static/image/project-left-bart-dark.png"
alt="Bartholemew" />
<img src="{{site.info.base_url}}/static/image/project-left-wasm-dark.png"
alt="WasmLanguages" />
</figure>
</div>
<div class="card-image light">
<figure class="image">
<img src="{{site.info.base_url}}/static/image/project-left-bart-light.png"
alt="Bartholemew" />
<img src="{{site.info.base_url}}/static/image/project-left-wasm-light.png"
alt="WasmLanguages" />
</figure>
</div>
<div class="card-content">
<h3><span>A micro-CMS for WebAssembly &amp;
Spin</span></h3>
<p>Compiled to WebAssembly, Bartholomew can run in any Spin environment.</p>
<h3><span>WebAssembly Language Support Matrix</span></h3>
<p>This guide tracks support for compiling a language to WebAssembly.</p>

<span class="button is-rounded is-primary">Learn More</span>
</div>
Expand Down

0 comments on commit 733429e

Please sign in to comment.