7#ifndef GHOSTTY_VT_WASM_H
8#define GHOSTTY_VT_WASM_H
GHOSTTY_API uint8_t * ghostty_wasm_alloc_u8_array(size_t len)
GHOSTTY_API uint8_t * ghostty_wasm_alloc_u8(void)
GHOSTTY_API void ghostty_wasm_free_u16_array(uint16_t *ptr, size_t len)
GHOSTTY_API void ** ghostty_wasm_alloc_opaque(void)
GHOSTTY_API void ghostty_wasm_free_usize(size_t *ptr)
GHOSTTY_API void ghostty_wasm_free_opaque(void **ptr)
GHOSTTY_API void ghostty_wasm_free_u8(uint8_t *ptr)
GHOSTTY_API uint16_t * ghostty_wasm_alloc_u16_array(size_t len)
GHOSTTY_API size_t * ghostty_wasm_alloc_usize(void)
GHOSTTY_API void ghostty_wasm_free_u8_array(uint8_t *ptr, size_t len)