-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add news post to announce godbolt support (#34)
* Add news post to announce godbolt support * Update 2024-12-17-slang-support-in-godbolt.md
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! | ||
|