From 0f07ef8ebfcbb7f9077246eec08fd1435cdaee46 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 26 Apr 2025 01:35:36 +0530 Subject: Compile library to WASM using GraalVM. Add main functions for library. Convert to WASM image. Setup public for cljcc website. --- frontend/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 frontend/index.html (limited to 'frontend/index.html') diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..7499d08 --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,19 @@ + + + + + + GraalVM test + + + + + + + + + +
+ + + -- cgit v1.2.3