Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

napi bindings? wasm? #6

Open
wooorm opened this issue Aug 19, 2022 · 2 comments
Open

napi bindings? wasm? #6

wooorm opened this issue Aug 19, 2022 · 2 comments

Comments

@wooorm
Copy link
Owner

wooorm commented Aug 19, 2022

No description provided.

@ChristianMurphy
Copy link
Collaborator

I'd recommend starting with WASM.
It is a single format, with broad platform support (managed by the runtime author, rather than the library author) and decent performance.

NAPI will be interesting to a lot of folks, but my understanding is library maintainers would potentially need to build (and test) a binary for each platform, which would be a more involved process.

@ShivamJoker
Copy link

Napi would be great to have.
Also what if you create a cli binary and a wrapper around it like ffmpeg?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants