Skip to content

Commit

Permalink
Add news post to announce godbolt support (#34)
Browse files Browse the repository at this point in the history
* Add news post to announce godbolt support

* Update 2024-12-17-slang-support-in-godbolt.md
  • Loading branch information
swoods-nv authored Dec 17, 2024
1 parent 0334031 commit e5d8944
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _posts/2024-12-17-slang-support-in-godbolt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: post
title: "Slang Support Now Available on Godbolt Compiler Explorer"
date: 2024-12-17 18:00:00 +0000
categories: [ "news" ]
tags: [slang]
author: "Shannon Woods, NVIDIA, Slang WOrking Group Chair"
human_date: "December 17, 2024"
---

Great news: Slang support is now officially available on [Godbolt Compiler Explorer](https://godbolt.org/z/193GxYrn6)!

Godbolt Compiler Explorer is a widely-used online tool that allows developers to write code in various programming languages and see the resulting assembly code in real-time. This powerful resource helps users understand how high-level code translates to lower-level instructions, making it an invaluable educational and debugging tool. For Slang, this provides an avenue for viewing the SPIR-V, HLSL, GLSL, WGSL, or other output for a given Slang program directly in a compiler explorer tool which may already be familiar to you.

The Slang team is very grateful to the efforts of LunarG engineer Spencer Fricke in integrating Slang support to the Compiler Explorer!

0 comments on commit e5d8944

Please sign in to comment.