A scratchpad Meant for the Truebit interpreter's filesystem.
a virtual filesysetem in C along with the syscalls.
to run the test, just use the shell script. it will handle building and running
the tests:
./run.sh
you can also use emcc:
emcc testfs.c
then run a.out.js
with node. that will also run the tests.
sys calls for swarm and ipfs.
the ipfs syscalls are in python just because im messing around with them.
im not oblivous to the fact that we dont have a Python-WASM pipe yet.
You can get the ipfs python api with pip:
pip install ipfsapi