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.
pub unsafe extern "C" fn ts_parser_take_wasm_store(
arg1: *mut TSParser,
) -> *mut TSWasmStore
Remove the parser’s current Wasm store and return it. This returns NULL if the parser doesn’t have a Wasm store.