pub unsafe extern "C" fn ts_parser_set_wasm_store(
arg1: *mut TSParser,
arg2: *mut TSWasmStore,
)
Expand description
Assign the given Wasm store to the parser. A parser must have a Wasm store in order to use Wasm languages.
pub unsafe extern "C" fn ts_parser_set_wasm_store(
arg1: *mut TSParser,
arg2: *mut TSWasmStore,
)
Assign the given Wasm store to the parser. A parser must have a Wasm store in order to use Wasm languages.