Kyle Gray
Kyle Gray
With no imports, `cli.wasm` ended up being 33mb. After [importing everything](https://gist.github.com/kyleconroy/430d37280474465a36e47a9989c3ab43) it was 43mb. Not too bad!
For inspiration, I believe that the Python builds from https://github.com/singlestore-labs/python-wasi and https://github.com/vmware-labs/webassembly-language-runtimes have zlib support.
I attempted a fix here: https://github.com/stackmachine/lovetest/commit/895e5fcf180ca42fa4b31af76d0b9227fa91e7e4 Can you confirm that it works? Also, as you can see, this repository hasn't been updated in ages. Are you interested in being a...
@hyperfekt I was not. This is far better than the Tweet archive. I'm working on a follow up post to point people in the right direction, as well as a...
The follow up [post](https://kyleconroy.com/your-twitter-data) is complete. I'm now working on the new set of protocol buffers.
You can follow along on the [twitter-data](https://github.com/kyleconroy/grain/tree/twitter-data) branch
Went ahead and tried out the new version and it worked perfectly. Thank you so much!
I'm seeing the same issue. The debug build works correctly. I'm on an MacBook Pro, M1 Max, macOS 13 ``` cmake -S . -B cmake-build-release -DCMAKE_BUILD_TYPE=Release cmake --build cmake-build-release --parallel...
@guybedford looks like there is a resolution of the LLVM issue?
Yikes, that sounds scary. Is there currently a plan for that?