From 533630249d77815c76f2d8cbb0afb651fcb2cedb Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Fri, 18 Oct 2024 22:56:26 +0200 Subject: [PATCH] Fix init.js --- index.html | 3 ++- init.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 67e2965..8ef347c 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,8 @@ margin: auto; } - +
+ diff --git a/init.js b/init.js index 6d84ac1..5ada403 100644 --- a/init.js +++ b/init.js @@ -3,6 +3,7 @@ let pyodide = null; const files = [ "__init__.py", "colormap.py", + "compute.wgsl", "eval.wgsl", "gpu.py", "input_handler.py",