We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Forked from libimobiledevice/libimobiledevice
A cross-platform protocol library to communicate with iOS devices
C 6
A BQN implementation in python
Python
Forked from TinyTapeout/tt03-verilog-demo
A hamming7,4 asic for TinyTapeout
Verilog
From 58e4fc1373b6ee5d3810b7e4668762de87731b2f Mon Sep 17 00:00:00 2001
From: Robbert van Ginkel <rvanginkel@buf.build>
Date: Wed, 4 Jan 2023 11:05:15 -0500
Subject: [PATCH] Add wazero based build script
I've put in a bit of time understanding Bazel's caching better to see how this feature fits in. I've experimented with the following setup:
```
$ cat .bazelversion
1.1.0
$ cat .bazelrc
// Turn on gRPC for domain using
// https://developers.cloudflare.com/support/network/understanding-cloudflare-grpc-support/#enable-grpc, then CF
// rewrites grpc requests to grpc-web (like a reverse envoy filter, see https://blog.cloudflare.com/road-to-grpc/#converting-to-http-1-1)
// which can be handled by workers. Does not work with workers.dev.
export default {
There was an error while loading. Please reload this page.