Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!