feat: add bpf-c-noop example

This commit is contained in:
Michael Vines
2018-10-29 15:41:14 -07:00
parent 866e8d6892
commit d328d23faa
10 changed files with 31 additions and 147 deletions

4
web3.js/test/fixtures/noop/build.sh vendored Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash -ex
make -C ../../../examples/bpf-c-noop/
cp ../../../examples/bpf-c-noop/out/noop.o .

BIN
web3.js/test/fixtures/noop/noop.o vendored Normal file

Binary file not shown.