This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Following up from the previous blog post… I’ve got a JSON file with the string ‘bpf’ in the
correct place. Let’s see what tinygo thinks of that: 
 % ./build/tinygo build -o miekg/main.bpf -target bpf ./miekg/main.go
No available targets are compatible with triple "bpf-unknown-unknown"
 
 clang indeed does not list bpf as a valid target, so this…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.