Closed fjtrujy closed 2 years ago
The generated code for tree-sitter-swift is that long that is making the WASM generation to exceed the local limits. Using wasm-opt -O is improving the generated code avoiding the issue.
tree-sitter-swift
wasm-opt -O
https://github.com/ChimeHQ/SwiftTreeSitter/issues/8
This is a workaround, I have already notified the Swift WASM toolchain guys to try to solve that issue.
Swift WASM toolchain
Cheers
Thank you so much!
The generated code for
tree-sitter-swift
is that long that is making the WASM generation to exceed the local limits. Usingwasm-opt -O
is improving the generated code avoiding the issue.https://github.com/ChimeHQ/SwiftTreeSitter/issues/8
This is a workaround, I have already notified the
Swift WASM toolchain
guys to try to solve that issue.Cheers