summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-08-07 12:05:51 -0400
committerBrian Cully <bjc@spork.org>2025-08-07 12:05:51 -0400
commit58f6fbe0afb828571463a22737603a037b059909 (patch)
tree5a2027883c4970f1876164b9e45d0691988ccf66 /index.html
parentb2e411de770a437dbdf31408b877e2952759e57a (diff)
downloadaddem-rust-wasm-58f6fbe0afb828571463a22737603a037b059909.tar.gz
addem-rust-wasm-58f6fbe0afb828571463a22737603a037b059909.zip
add imports from javascript
‘alert’ and ‘console.debug’
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 1aad79c..cc13062 100644
--- a/index.html
+++ b/index.html
@@ -13,6 +13,8 @@
result: <span id='result'></span>
</p>
+ <button onclick='testalert()'>alert</button>
+
<script src='./main.mjs' type='module'></script>
</body>
</html>