jstefanelli
  • Joined on 2025-02-05
jstefanelli pushed to main at jstefanelli/wgpu-wasm 2025-09-02 11:41:18 +00:00
7b9bb79284 [CMakeLists] Generate and reference shader depfile
74a56d840c [Shaders] Work around (probable) slang bug
Compare 2 commits »
jstefanelli pushed to main at jstefanelli/wgpu-wasm 2025-08-31 15:10:19 +00:00
cf374cd368 [General] Update to emscripten 4.0.13's emdawnwebgpu
jstefanelli pushed to main at jstefanelli/wgpu-wasm 2025-08-31 11:03:48 +00:00
f1e3a25f3a [General] First triangle setup (not rendering yet)
jstefanelli pushed to main at jstefanelli/wgpu-wasm 2025-08-31 00:17:01 +00:00
6d66391e83 [General] Add GLM submodule
jstefanelli created branch main in jstefanelli/em-example 2025-08-27 13:07:55 +00:00
jstefanelli pushed to main at jstefanelli/em-example 2025-08-27 13:07:55 +00:00
19cda01d4e Initial commit
jstefanelli created repository jstefanelli/em-example 2025-08-27 13:07:35 +00:00
jstefanelli pushed to main at jstefanelli/wgpu-wasm 2025-08-23 19:09:01 +00:00
7d187b9659 [General] Add 'compile_and_pack_shader' CMake function
jstefanelli pushed to main at jstefanelli/wgpu-wasm 2025-08-23 15:00:17 +00:00
cfd32501b6 Initial commit
jstefanelli created branch main in jstefanelli/wgpu-wasm 2025-08-23 15:00:17 +00:00
jstefanelli created repository jstefanelli/wgpu-wasm 2025-08-23 14:59:42 +00:00
jstefanelli pushed to main at jstefanelli/jlx 2025-06-10 15:21:22 +00:00
f90a2ed8f1 [general] Parse, type-check and interpret 'assignment' statement
jstefanelli pushed to main at jstefanelli/jlx 2025-05-31 17:43:51 +00:00
7c1612d9c2 [libjlx] First successful "execution"
jstefanelli pushed to main at jstefanelli/jlx 2025-05-30 08:54:43 +00:00
26e1f3a173 [libjlx] Parse function calls
jstefanelli pushed to main at jstefanelli/jlx 2025-05-30 08:23:19 +00:00
693487a62a [libjlx] Fix type checking for function declarations
jstefanelli pushed to main at jstefanelli/jlx 2025-05-30 08:02:29 +00:00
e3d912c6a5 [libjlx] Implement basic type_checking
jstefanelli pushed to main at jstefanelli/jlx 2025-05-29 15:13:29 +00:00
07d2a25712 [libjlx] Implement basic expression parsing
jstefanelli pushed to main at jstefanelli/jlx 2025-05-29 13:39:38 +00:00
50205e8185 [libjlx] Add type_checker module