feat: use compileStreaming when loading wasm parsers
This commit is contained in:
parent
b75196bb81
commit
9b23cd5394
5 changed files with 30 additions and 27 deletions
|
|
@ -1042,7 +1042,7 @@ impl Loader {
|
|||
output_name,
|
||||
"-fPIC",
|
||||
"-shared",
|
||||
"-Os",
|
||||
if self.debug_build { "-g" } else { "-Os" },
|
||||
format!("-Wl,--export=tree_sitter_{language_name}").as_str(),
|
||||
"-Wl,--allow-undefined",
|
||||
"-Wl,--no-entry",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue