diff options
| author | Brian Cully <bjc@spork.org> | 2025-08-07 12:05:51 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-08-07 12:05:51 -0400 |
| commit | 58f6fbe0afb828571463a22737603a037b059909 (patch) | |
| tree | 5a2027883c4970f1876164b9e45d0691988ccf66 /index.html | |
| parent | b2e411de770a437dbdf31408b877e2952759e57a (diff) | |
| download | addem-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.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ result: <span id='result'></span> </p> + <button onclick='testalert()'>alert</button> + <script src='./main.mjs' type='module'></script> </body> </html> |
