Skip to content

Portability hazards #17

Description

@parasyte

I would like to use something like this plugin, but the requirement to include a precompiled shared library in the book repo is a showstopper. I tend to jump around between platforms (whatever is convenient at the time) and this requirement prevents running the plugin on multiple operating systems.

For instance, if treesitter/lang.so is a Linux shared library, it cannot loaded on macOS or Windows. The plugin with fail with a library loading error.

A WASM runtime would be better for portability than native shared libraries.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions