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