From c6277dea3191a4f3048d8d50fa337b8c8abb059b Mon Sep 17 00:00:00 2001
From: Alexander Bentkamp
Date: Thu, 19 Oct 2023 21:35:43 +0200
Subject: [PATCH] editor works basically
---
client/public/index.html | 96 ++++++++
client/src/editor/leanclient.ts | 9 +-
client/src/index.tsx | 2 +-
client/src/wasm.ts | 341 ++++++++++++++++++++++++++
package.json | 2 +-
server/LeanProject/lake-manifest.json | 18 +-
server/WebsocketServer.js | 1 +
server/index.js | 13 +-
webpack.config.js | 4 +
9 files changed, 470 insertions(+), 16 deletions(-)
create mode 100644 client/src/wasm.ts
diff --git a/client/public/index.html b/client/public/index.html
index 1ed3a7d5..526b3190 100644
--- a/client/public/index.html
+++ b/client/public/index.html
@@ -24,6 +24,102 @@
+
+