Skip to content

Commit c5c6f00

Browse files
authored
Add JSIR to _index.md (#232)
1 parent c35e9f9 commit c5c6f00

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

website/content/users/_index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,15 @@ the GPU (via Vulkan/SPIR-V), CPU or some combination. It also aims to
134134
interoperate seamlessly with existing users of Vulkan APIs, specifically
135135
focused on games and rendering pipelines.
136136

137+
## [JSIR](https://github.com/google/jsir)
138+
139+
JSIR is a next-generation JavaScript analysis tool. At its core is an MLIR-based
140+
high-level intermediate representation, which supports both dataflow analysis
141+
and lossless conversion back to source. This unique design makes it suitable for
142+
source-to-source transformation. JSIR is used at Google for analyzing and
143+
detecting malicious JavaScript files, protecting products like Ads, Android, and
144+
Chrome.
145+
137146
## [Kokkos](https://kokkos.org)
138147

139148
The Kokkos C++ Performance Portability Ecosystem is a production level solution

0 commit comments

Comments
 (0)