Skip to content

a virtual filesysetem plus some syscall implementations for the VFS, swarm and ipfs, meant for the Truebit interpreter.

License

Notifications You must be signed in to change notification settings

terminaldweller/VFS

Repository files navigation

VFS

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

About

a virtual filesysetem plus some syscall implementations for the VFS, swarm and ipfs, meant for the Truebit interpreter.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages