TooTallNate / ref

Turn Buffer instances into "pointers"
http://tootallnate.github.com/ref
451 stars 141 forks source link

any way to "prebuild" the native part and reuse it later? #100

Open gabor opened 6 years ago

gabor commented 6 years ago

is something like this possible? :

  1. i npm install ref
  2. i somehow take the "native" part from the installed module and store it somewhere
  3. on an another computer, i am somehow able to do a npm install ref without having to have the whole compiler-toolchain, by reusing the native-part taken in step 2

so, is something like this possible, and if yes, how?

p.s: i am mostly looking into solving this on windows