From 9df6811626d11ecb6b0cb15cb3a4be6d7ad479a1 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 28 May 2025 16:26:47 +0200 Subject: Revert memory64 and improve frontend for web version --- web/adapter.cpp | 3 ++- web/http/index.html | 9 ++++++--- web/http/nissyapp.mjs | 26 +++++++++++++++++++++++--- web/worker.mjs | 16 +++++++++++++++- 4 files changed, 46 insertions(+), 8 deletions(-) (limited to 'web') diff --git a/web/adapter.cpp b/web/adapter.cpp index 676390c..31d00fe 100644 --- a/web/adapter.cpp +++ b/web/adapter.cpp @@ -23,7 +23,8 @@ const std::set available_solvers "h48h1k2", "h48h2k2", "h48h3k2", - "h48h7k2", + "h48h4k2", + "h48h5k2", }; std::map loaded_solvers; diff --git a/web/http/index.html b/web/http/index.html index 47ccc0d..04ddf4c 100644 --- a/web/http/index.html +++ b/web/http/index.html @@ -9,9 +9,12 @@