google / buzzer

Apache License 2.0
411 stars 28 forks source link

Re-implement the ptr arithmetic strategy using the new model. #50

Closed thatjiaozi closed 3 months ago

thatjiaozi commented 3 months ago

This also moves things around the FFI layer to be able to more easily create and retrieve the contents of maps.

thatjiaozi commented 3 months ago

Should be doable (famous last words) to implement tests.

Yet Idk if it is a practice we'd like to encourage as it would be the same as wanting to write tests for your c++ fuzzer.

I Think we should stick for only writing tests for the infra of buzzer, but I am willing to be convinced otherwise