oxelf

Results 8 comments of oxelf

Thank you so much. I also saw an iwasm framework in a-Shell, but it wasn't available locally. Do you happen to have it somewhere? iwasm(WAMR) should have the option to...

Very interesting with the wasm runtimes. I found this benchmark which suggests that iwasm should be about as fast as wasm3: https://github.com/bytecodealliance/wasm-micro-runtime/wiki/Performance. There they also mention that they have a...

Yes but both versions of wait pid do not return an exit code if I'm seeing this correct. Or is the pid_t for ios_full_waitpid the exit code? ```c extern void...

Also ios_full_waitpid isn't in the symbols of ios_system.framework/ios_system for me

Makes sense, got the binary like 2 weeks ago from the releases, I will try the newest release

same problem for me, on iOS the backspace key isnt triggering. also is there a way to change the keyboard thats shown on iOS by xterm? the current one doesnt...

I have a pretty interesting use case for xterm on iOS with a local running terminal with lua, ssh, clang, wasi sdk etc so having backspace is necessary, if maybe...

Everything should be correct now. One thing I found quite weird is that in the build.zig: ```zig // Normal tests always test our libghostty modules //test_step.dependOn(test_lib_vt_step); ``` https://github.com/ghostty-org/ghostty/blob/9dc2e5978f6ee69f4d784b61865589b502c4012d/build.zig#L297 why is...