From 239df56587d61380555b37ce61ae27bf54e52460 Mon Sep 17 00:00:00 2001 From: Jairus Tanaka Date: Mon, 8 Jun 2026 20:43:26 -0700 Subject: [PATCH] Add try-as to Language Extensions and Types --- src/built-with-assemblyscript.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/built-with-assemblyscript.md b/src/built-with-assemblyscript.md index aa0e57676..6788ee209 100644 --- a/src/built-with-assemblyscript.md +++ b/src/built-with-assemblyscript.md @@ -162,6 +162,8 @@ A place for all things AssemblyScript. Feel free to add your projects and applic AssemblyScript version of Rust Option<T> and Result etc. * [as-variant](https://github.com/MaxGraey/as-variant)
Variant (aka Any) data type for AssemblyScript. +* [try-as](https://github.com/JairusSW/try-as)
+ Exception handling for AssemblyScript. ## Bindings