Module Spoc_webgpu_runtime

module Webgpu_js : sig ... end

Low-level js_of_ocaml glue for the WebGPU runtime: promise helpers, JS object/array accessors, typed-array construction, and the WebGPU global enum readers. Kept separate from Webgpu_runtime so each file stays within the project size limits.

module Webgpu_runtime : sig ... end

OCaml/js_of_ocaml WebGPU compute runtime for Sarek-generated WGSL kernels.