mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-23 12:16:11 +03:00
7 lines
239 B
Zig
7 lines
239 B
Zig
// This is the main file for the WASM module. The WASM module has to
|
|
// export a C ABI compatible API.
|
|
|
|
pub usingnamespace @import("os/wasm.zig");
|
|
pub usingnamespace @import("os/wasm/log.zig");
|
|
pub usingnamespace @import("font/main.zig");
|