Skip to content

Commit

Permalink
Add the demo to the meta file
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed Oct 9, 2024
1 parent e3474a6 commit a481c58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions live-examples/wat-examples/statements/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@
"title": "Wat Demo: return",
"type": "wat"
},
"return_call": {
"watExampleCode": "./live-examples/wat-examples/statements/return_call.wat",
"jsExampleCode": "./live-examples/wat-examples/statements/return_call.js",
"fileName": "return_call.html",
"title": "Wat Demo: return_call",
"type": "wat"
},
"select": {
"watExampleCode": "./live-examples/wat-examples/statements/select.wat",
"jsExampleCode": "./live-examples/wat-examples/statements/select.js",
Expand Down

0 comments on commit a481c58

Please sign in to comment.