Bobby Powers
Bobby Powers
[`FillBytes`](https://pkg.go.dev/math/big#Int.FillBytes) was added in Go 1.15, so you need to update your Go compiler to at least 1.15.
This actually looks blocked on https://github.com/xtuc/webassemblyjs/issues/1132
I'm getting `cargo deny check` from this not being updated, not sure if there is anything that needs to be tested/checked here before this is merged
this looks good to me, and is what I'm looking for! (apart from the merge conflict). Is there anything necessary to get this merged apart from a rebase?
actually I rebased this on master: https://github.com/bpowers/async-io/tree/driver and in local testing, I end up with 2 `async-io` threads. I will look more later - maybe I'm not calling block_on correctly?
cc @xtuc -- I ran into this while trying to bump WebPack's `webassemblyjs/*` dependencies to pull in https://github.com/xtuc/webassemblyjs/pull/1117 . I imagine the thing to do is to either hit release...
@johnterickson do you have suggestions? One thing I was thinking about was switching the python `./configure` + Makefiles we have to `cmake` to make things easier on windows + more...
I've started a branch that replaces the current build system (which has a distinct makefile for each of macOS and Linux) with Bazel. Bazel seems to have reasonable C++ support...
Hi @asl! I think there are ~ 3 things going on here. First, is that there appears to be a good amount of memory Mesh can reclaim on SPades (over...
hah, yeah... Thanks for the separate tracking issue :)