mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
5 lines
131 B
Zig
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");
|