This website requires JavaScript.
Explore
Help
Sign In
FreakU
/
emojos
Watch
1
Star
0
Fork
You've already forked emojos
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
fork
emojos
/
.gitignore
2 lines
8 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Rewrite it in Rust For the curious: this wasn't completely for no reason, although it appears that way from the outside. I deploy this code to AWS via the CDK, and the Python Lambda function bundler in the CDK has two unwanted properties: 1. The assets produced by the bundler are not reproducible, due to the timestamps stored in the .pyc files. The bundler does nothing to assist with this. 2. A bug (that was reported, and that the CDK maintainers converted from an issue into discussion without any investigation) prevents the use of arm64 runtimes with this bundler. This requires emulating x86_64 on my development machines, which are now only ARM. ... whereas the Rust function bundler I wrote does not have these problems. So.
2022-06-24 21:16:22 -07:00
/target