Spoc_webgpu_runtimemodule Webgpu_js : sig ... endLow-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 ... endOCaml/js_of_ocaml WebGPU compute runtime for Sarek-generated WGSL kernels.