![]() |
libghostty
|
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Functions | |
| void ** | ghostty_wasm_alloc_opaque (void) |
| void | ghostty_wasm_free_opaque (void **ptr) |
| uint8_t * | ghostty_wasm_alloc_u8_array (size_t len) |
| void | ghostty_wasm_free_u8_array (uint8_t *ptr, size_t len) |
| uint16_t * | ghostty_wasm_alloc_u16_array (size_t len) |
| void | ghostty_wasm_free_u16_array (uint16_t *ptr, size_t len) |
| uint8_t * | ghostty_wasm_alloc_u8 (void) |
| void | ghostty_wasm_free_u8 (uint8_t *ptr) |
| size_t * | ghostty_wasm_alloc_usize (void) |
| void | ghostty_wasm_free_usize (size_t *ptr) |
WebAssembly utility functions for libghostty-vt.
Definition in file wasm.h.