Yang Hau

Results 53 comments of Yang Hau

I am recently check out this project, but it seems SHA512 and SHA3 instructions which belongs to armv8.2 hasn't been supported yet?

@dagar any thing I should change?

Any thing should I do to accelerate this one?

> The changes look good, thanks. Can you plese separate into individual commits with a clearer commit message? @bkueng I have separated the changes into several small commits. Is the...

@alexcrichton This is only the demonstration. We can extend the change to other files under the same guidelines. Here `cfg` is a method receiver so it should exist on the...

@alexcrichton I think in this case `cfg` will not be freed here. I changed the implementation of `SetWasmThreads()` as the following way, and it passed the test. ```go func (cfg...

One of the log I saw include ``` === RUN TestTrapFrames --- FAIL: TestTrapFrames (0.01s) panic: expected 3 frames [recovered] panic: expected 3 frames ``` After examination, I think failure...

> Hi @anistark -- unfortunately the situation with GitHub CI support for macOS on aarch64 (M1) is still the same, i.e. there is none. The issue [actions/virtual-environments#2187](https://github.com/actions/virtual-environments/issues/2187) seems to be...