calvin2021y
calvin2021y
`OpenGL 4.1` compatibility issues ```sh leif/leif.c:380:3: error: call to undeclared function 'glCreateVertexArrays'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 380 | glCreateVertexArrays(1, &state.render.vao); | ^ leif/leif.c:383:3:...
try add patch to make 4.1 build for macOS, get this runtime error: ```sh [LEIF ERROR]: Failed to compile vertex shader. Leif: [INFO]: ERROR: 0:1: '' : version '450' is...
patch ```diff @@ -490,7 +491,7 @@ void renderer_init() { "flat in vec2 v_scale;\n" "flat in vec2 v_pos_px;\n" "in float v_corner_radius;\n" - "uniform sampler2D u_textures[32];\n" + "uniform sampler2D u_textures[16];\n" "uniform vec2...
I use WASI sdk with `--target=wasm32-wasi -mllvm -wasm-enable-sjlj`, not `emscripten`.
do you mean link step or runtime step? I static link with wasi-libc libc.a
It use setjmp provide by wasi. is wasm-interp support setjmp?
Is there a way to pass `http-upgrade-path-prefix` and `restrict-http-upgrade-path-prefix` from Configuration file?
I set threshold=65536, trailing=65536. not sure related. 3 node cluster
Thanks and I am good too. the benchmark code is a massy and I need time to tidy it up. (I will try modify and send to you, If you...
for each connection, they wait the log committed then return result to client, client start next request to modify FSM value. they all connected to leader.