libghostty
Loading...
Searching...
No Matches
wasm.h File Reference
#include <stddef.h>
#include <ghostty/vt/types.h>

Go to the source code of this file.

Functions

GHOSTTY_API void * ghostty_wasm_alloc (size_t len)
GHOSTTY_API void ghostty_wasm_free (void *ptr, size_t len)
GHOSTTY_API void ** ghostty_wasm_alloc_opaque (void)
GHOSTTY_API void ghostty_wasm_free_opaque (void **ptr)
GHOSTTY_API void * ghostty_wasm_take_opaque (void **slot)

Detailed Description

WebAssembly utility functions for libghostty-vt.

Definition in file wasm.h.