The BPF ISA has a conformance test that I maintain. It would make sense to write a plugin that wraps your emulator and then test your emulators conformance to the BPF ISA.
The bpf_conformance suite is designed to use a simple stdin/stdout model for passing to and from the plugin, so it should work across an language.
The BPF ISA has a conformance test that I maintain. It would make sense to write a plugin that wraps your emulator and then test your emulators conformance to the BPF ISA.
The bpf_conformance suite is designed to use a simple stdin/stdout model for passing to and from the plugin, so it should work across an language.