File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,15 @@ the GPU (via Vulkan/SPIR-V), CPU or some combination. It also aims to
134134interoperate seamlessly with existing users of Vulkan APIs, specifically
135135focused 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
139148The Kokkos C++ Performance Portability Ecosystem is a production level solution
You can’t perform that action at this time.
0 commit comments