Does this work with Cloudflare Workers? #159
|
Hi, I'm thinking of using this package on Cloudflare Workers, does it work on there? |
Replies: 2 comments 5 replies
|
Yes it should work. |
|
I tried it and it doesn't seem to work. Run into two problems.
This seems kinda hard to fix from nbind as it looks like nbind has a bunch of native code which generates javascript which is eval'd to create executable bindings. One way around this might be to use something like stretch instead and write our own bindings https://github.com/vislyhq/stretch but that's an entire new solution with unbounded complexity. |

Yes it should work.