wgpu + wasm + worker (#8)

initial setup
This commit is contained in:
Heaust Azure
2025-08-04 22:23:37 +05:30
committed by GitHub
parent 9d2bf4055d
commit ba2d1c064b
33 changed files with 4207 additions and 963 deletions
-3
View File
@@ -1,3 +0,0 @@
import { handleConnection } from "../core/connection/workerThread";
self.onmessage = handleConnection;