I'm adding reason support in zed, see zed-extensions/ocaml#5
But when I try to install the extension in development mode, it fails with
Caused by:
failed to compile reasonml parser with clang: wasm-ld: warning: creating shared libraries, with -shared, is not yet stable
wasm-ld: error: symbol exported via --export not found: tree_sitter_reasonml
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I'm adding reason support in zed, see zed-extensions/ocaml#5
But when I try to install the extension in development mode, it fails with