Skip to main content

ffi_schema

Function ffi_schema 

Source
pub fn ffi_schema<F>(schema_fn: F) -> *mut u8
where F: Fn() -> String,
Expand description

Helper for implementing _schema WASM export

This function is safe because it doesn’t work with raw pointers (other than the return value).