This commit is contained in:
2025-12-28 14:12:47 +11:00
parent a8ac07e8ab
commit d16d6bd809
4 changed files with 17 additions and 8 deletions

View File

@@ -20,8 +20,7 @@
<textarea class="code" id="editor" spellcheck="false" placeholder="Enter Solstice code here..." rows="20">
puts "Hello from Solstice via WebAssembly!"
puts "Let's do some math:"
puts 10 + 20 + 12
</textarea>
puts 10 + 20 + 12</textarea>
<div id="controls">
<button id="runBtn" style="font-size: 20px;">Loading WASM...</button>