Giter Club home page Giter Club logo

Comments (6)

Wulf avatar Wulf commented on June 11, 2024

hey @vahaknp, hope things are well.

Is it possible for you to push your code to github or a similar platform?

from nodehun.

vahaknp avatar vahaknp commented on June 11, 2024

Hi @Wulf! Doing well, hope you are as well! Thank you for such a quick response, and sorry I haven't gotten back to you until now.

Here's my very much WIP code: https://github.com/vahaknp/armenianinternetproject/tree/spellcheck_nodehun

Any advice you can give would be super helpful – I'm very much a webpack beginner 😅

from nodehun.

vahaknp avatar vahaknp commented on June 11, 2024

Could it be that I need to use a specific loader, such as https://github.com/ushu/node-addon-loader, because Nodehun uses node-addon-api?

from nodehun.

Wulf avatar Wulf commented on June 11, 2024

hey @vahaknp thanks for sharing your code :)

I recommend you bundle NSpell with your chrome extension instead; it's almost a drop-in replacement for this library and is implemented completely in JavaScript. You'll miss out on native performance, but it should hopefully be fast enough.

Otherwise, I think there are a few hurdles to cross when dealing with native binaries and chrome extensions. I'm not sure if it'll be possible to just use the loader you linked. If it does work, you'd have to then compile a binary for every platform/arch you want to support and load in the appropriate binary.

from nodehun.

vahaknp avatar vahaknp commented on June 11, 2024

Thanks for the response @Wulf !

I figured that as well, so I have a parallel branch where I use NSpell – I've run into one issue already (which I've reported wooorm/nspell#27), but I think that one is probably much easier to solve than dealing with native binaries.

Another approach I was considering was calling C++ directly (through https://webassembly.org/ or whatever the current standard is).

from nodehun.

Wulf avatar Wulf commented on June 11, 2024

Hey @vahaknp, hope things are well. I'm going to close this issue but feel free to reopen it :)

from nodehun.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.