Stephen Akinyemi
Stephen Akinyemi
The library is likely going to be used from other languages in the future. Given the number of languages that support the C calling conventions, there will be an expectation...
Add support for merging file trees. Resolution is based on file/folder names and the resulting tree should be a union of both trees.
It is useful to have a benchmark comparison of ts-based wnfs implementation and wasm-wnfs. It will help us: - Have an idea of the performance gap. - Identify any improvements...
Currently, libkrun is built in Rust but only offers a C interface (via include/libkrun.h), and it doesn’t provide very helpful error messages. This can make troubleshooting a bit of a...