HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vladev

no profile record

Submissions

How we built JSR

deno.com
63 points·by vladev·il y a 2 ans·40 comments

comments

vladev
·il y a 2 ans·discuss
Interesting that they use Rust for most things, rather than Deno. I would've expected more dog-fooding on their part.
vladev
·il y a 3 ans·discuss
You can use the `--local` flag to build on your own computer/CI/VPS. `eas build --local -p ios --profile production` can locally build you an iOS bundle. Don't expect it to work out of the box, though. Your machine should have all the XCode tooling correctly installed and configured. Works for Android as well.