Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 603 Bytes

File metadata and controls

21 lines (14 loc) · 603 Bytes

Codegen Visualizer

This example uses swift-bridge's module parser and code generator at runtime in order to show you the Rust, Swift and C code that gets generates for a bridge module.

You can type in the top-left code editor and the swift-bridge generated code will appear in the other three panes.

To Run

git clone https://github.com/chinedufn/swift-bridge
cd swift-bridge/examples/codegen-visualizer

open CodegenVisualizer/CodegenVisualizer.xcodeproj
# Click the "Run" button at the top left of Xcode

Screenshots

#Codegen visualizer