tree_sitter::ffi

Function ts_parser_take_wasm_store

Source
pub unsafe extern "C" fn ts_parser_take_wasm_store(
    arg1: *mut TSParser,
) -> *mut TSWasmStore
Expand description

Remove the parser’s current Wasm store and return it. This returns NULL if the parser doesn’t have a Wasm store.