Nathaniel McCallum

Results 87 comments of Nathaniel McCallum

@bjorn3 It doesn't match unix systems. Passing a file descriptor, under the current implementation with `wasi-libc` roughly approximates the `mount` facility combined with filesystem namespaces. The difference is that on...

To be clear, I well understand that absolute compatibility with POSIX is not a design goal. I am, however, trying to understand where the surprises happen and why. We do...

@pchickey @sunfishcode We are blocked on this and would appreciate a prompt review. Thanks!

@pchickey I disagree strongly that downcasting should ever be used in `wasi-common`. In our wasi implementation, we are regularly working around downcasting just to make things work. Adopting downcasting in...

@pchickey I discussed this and other issues with @sunfishcode and he recommended that I not try to patch the existing implementation and wait until preview2. Should I file an issue...

@juhanurmi This is because your kernel is too old. You need the 6.0 branch of the kernel in order to support SGX2. We are going to fix this issue by...

@juhanurmi This might be more complicated than we first thought. We will look into this soon.

@rjzak https://github.com/enarx/enarx/blob/main/crates/exec-wasmtime/src/runtime/mod.rs#L24-L33 That section of code is where we configure `wasmtime` differently from the stock `wasmtime-cli`. I would do the following: 1. Build enarx with only the nil/kvm backends. 2....

Looks like we fail to test for SGX2 here: https://github.com/enarx/enarx/blob/main/build.rs

I would accept a patch to implement this.