ghostty/src/main_wasm.zig
Mitchell Hashimoto 437f1772f1 logging works for wasm
2022-12-04 12:29:11 -08:00

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");