superfly / fly.rs

Fly Edge Application runtime.
https://fly.io
MIT License
39 stars 7 forks source link

Windows build #9

Open jeromegn opened 6 years ago

jeromegn commented 6 years ago

Either through appveyor or travis' new Windows early access.

It is also necessary to build and use V8 pre-built lib files from https://github.com/superfly/libv8 (which currently does not build for Windows)

mrkurt commented 6 years ago

Or Azure Pipelines. :D

jeromegn commented 5 years ago

Deno now uses pre-built V8 libs and therefore we have easier access to Windows V8.

jeromegn commented 5 years ago

Deno stopped using pre-built libv8, we're on our own!