From a6d189d3375f157b451bb38c74e8b2c243867691 Mon Sep 17 00:00:00 2001
From: thomscoder
Date: Sat, 12 Nov 2022 22:48:22 +0100
Subject: [PATCH 1/3] refactor+enhancement: syntax hl and container style
---
example/css/style.css | 1 +
example/editor/editor.js | 0
example/index.html | 5 +++--
example/main.wasm | Bin 806960 -> 806783 bytes
4 files changed, 4 insertions(+), 2 deletions(-)
delete mode 100644 example/editor/editor.js
diff --git a/example/css/style.css b/example/css/style.css
index 599217a..566f029 100644
--- a/example/css/style.css
+++ b/example/css/style.css
@@ -5,6 +5,7 @@
#code {
border: solid black;
+ height: 100%;
}
.inner-container:not(.inner-container:first-child) {
diff --git a/example/editor/editor.js b/example/editor/editor.js
deleted file mode 100644
index e69de29..0000000
diff --git a/example/index.html b/example/index.html
index 4edc5bd..af859a2 100644
--- a/example/index.html
+++ b/example/index.html
@@ -15,9 +15,9 @@ Luna
A sample compiler for WebAssembly Text Format.
Check the github repository
+ Try to change the name of the export (e.g. "addNumbers" to "lunaAddition")
-
Try to change the name of the export (e.g. "addNumbers" to "lunaAddition")
@@ -46,7 +46,8 @@
Luna
as it defines some global objects
-->
-
+
+