ghostty/src/terminal/main_wasm.zig
2022-08-17 12:25:53 -07:00

5 lines
131 B
Zig

// This is the main file for the WASM module. The WASM module just
// imports the C API.
pub usingnamespace @import("c_api.zig");