blink icon indicating copy to clipboard operation
blink copied to clipboard

tiniest x86-64-linux emulator

Results 43 blink issues
Sort by recently updated
recently updated
newest added

Hello @jart, This patch fixes a remaining minor problem in the formatting of the help screen — following up on @ghaerr's patch (https://github.com/jart/blink/pull/3): ``` 00009a21 50 push %rax 00009a22 54...

Hey, I'm thinking about trying to get blink running in the browser (via webassembly). My goal isn't just to run c code in the browser (could just use emscripten for...

enhancement
browser

I tried to compile blink on a raspberry pi 4 with the command `build/bootstrap/blink-linux-aarch64 build/bootstrap/make.com -j8 o//blink/blink` but it failed with the error message `make.com: *** INTERNAL: readdir: EINVAL/22/Invalid argument....

bug

as of the commit `7fa43c6d8e90acf2a966a9da480e884536b2b79d`, building using the default make target (which I believe is `o/blink/blink`) and running as ```sh # hope this is the way it should be used...

documentation
enhancement

This isn't a request to write it; I can write this. The question is whether it would be accepted (the comments in `jit.c` seem to imply the desire is to...

enhancement
microprocessor

./blink/termios.h:9:16: error: ‘TIOCSETA’ undeclared (first use in this function); did you mean ‘TIOCMSET’? 9 | #define TCSETS TIOCSETA | ^~~~~~~~ ./blink/termios.h:6:16: error: ‘TIOCGETA’ undeclared (first use in this function); did...

[Original windows branch](https://github.com/JoshuaWierenga/blink/tree/add_windows_support) got too complicated and was largely redundant after 74ca808bfe5c9ed8203e00d1bfe0e54ab2741c2b so broke out the remaining xp changes into a separate branch. Includes Cygwin and MinGW's [weird decision](https://github.com/mirror/mingw-w64/blob/7a411b6ae3bb1e83ed932b493dac044e7c62be1c/mingw-w64-headers/crt/_mingw.h.in#L18-L27) to...

I tried building blink on NetBSD-10.99.2/amd64, but it failed with: ``` In file included from /usr/include/sys/signal.h:112, from /usr/include/signal.h:45, from blink/blinkenlights.c:24: ./blink/linux.h:461:6: error: expected ':', ',', ';', '}' or '__attribute__' before...

build

Upstreaming my branch (itself a fork of @Vogtinator's work) according to @jart's [request](https://github.com/jart/blink/issues/8#issuecomment-1381880230). This branch is a WIP, with known issues: - ~~Memory leak, see more details [here](https://github.com/jart/blink/issues/8#issuecomment-1381908007).~~ - ~~Somehow...

Opening this issue to track the problems preventing JIT on Windows from happening yet. From my own experience, the problem is due to the difference between Windows calling convention and...

enhancement