Komo

Results 81 comments of Komo

I'd recommend using TCC API or libffi.

You could probably just left out FFI as missing features in the WASM builds. But it's not a great option either. If we can just implement an FFI thar relies...

By "getting an API working", did you mean getting it working on all platforms including WASM?

Isn't that essentially LuaJIT FFI in PHP?

You need to have `bashcompinit` initialized. If not, Zsh will fail on loading the completion. Also, it's better to just add `$ASDF_DIR/completions` to `fpath` since asdf now support completion for...

Expected result are ```json { "tag": "typedef", "name": "func", "type": { "tag": ":function-pointer", "parameters": [ { "tag": ":void" } ], "return-type": { "tag": ":void" } }, // ... }

@tqfx `termux-elf-cleaner` will run smoothly regardless if the file is ELF or not.

@TomJo2000 About `arm` support for `libck`, there's on-going issue available in the repository, to be exact concurrencykit/ck#231.

- The `libck` maintainer has provided a patch for it, you can grab it from the latest comment in concurrencykit/ck#231

But it's still buildable through Luarocks, just ``` luarocks install luaprompt {READLIB,HISTORY}_LIBDIR=$PREFIX/lib {READLINE,HISTORY}_INCDIR=$PREFIX/include ```