bblfish / httpSig

Signing HTTP Messages libs
Other
5 stars 1 forks source link

scala native? #3

Open bblfish opened 2 years ago

bblfish commented 2 years ago

The current implementation of "Signing HTTP Messages" can compile to Java Byte Code and Java Script.

It could potentially also compile to native. I have never used the Scala Native compiler yet.

Perhaps this could be useful to folks like @TallTed or @kidehen as they have implementations of stores that are written in C or similar languages? @ekrich is working on the Scala-Native compiler. Could it make sense to produce DLLs for software like that?
I guess that is still a bit of a stretch.