nex icon indicating copy to clipboard operation
nex copied to clipboard

Arm and Mac M-Series Support for V8

Open MikeHawkesCapventis opened this issue 6 months ago • 2 comments

Proposed change

I love the functionality of nex and would like to extend the V8 services to 'wrap' our own libraries. I can do this by editing v8.go (I almost raised an issue to suggest providing an abstraction to allow devs to add functions to the v8 layer, but guess that's beyond the scope of nex). However, the current build restricts v8 compilation to linux/amd64, so we're unable to develop lambda-style functions on Mac M-series or Arm machines without running something like Ubuntu emulations.

The lambda-style functions are extremely exciting to us - even more so if we can get it on different architectures.

Use case

V8 function development and deployment on NATS/Nex for Mac M-Series and Arm devices.

Contribution

Potentially looking at this - but not. yet. If you already have something in the pipeline, then I'd prefer to go with the official build.

MikeHawkesCapventis avatar Jul 29 '24 12:07 MikeHawkesCapventis