HN user

tricked

16 karma

Hi im tricked

Socials: - github.com/tricked-dev

tricked.at.hn

Posts1
Comments22
View on HN

PineTime doesn't seem to have that many sensors i'm guessing the author wanted more sensors than just a Accelerometer and Heart rate sensor

Wasmer 5.0 2 years ago

i did almost the exact same thing except i wanted the client to enforce the same logic as the server would without having to do api request on every action or having 2 implementations so i just compiled the library code to wasm and that way both the server and the client share the same logic

Looks well thought out i like that for the most part this seems faster/easier than rolling your own sql query mapping etc compared to the other solutions I've come across in rust