Magic Transport

This transport uses Livecode Wasm instead of a server.

https://david.livecode.wiki/assets/wasm/Creator2/Simple_Visible.html HEIGHT 550 This is a panel using Creator2 Assets and Simple_Visible.html

It is able to interact with code on this page:

set the backgroundcolor of me to random set the backgroundcolor of this cd to random set the backgroundcolor of btn "Context" to random set the backgroundcolor of btn "Visible" to random

Currently we use only the first code-item on this page. In the future we should enable multiple code-items by looping through each one.

set the backgroundcolor of me to lightgreen set the backgroundcolor of this cd to yellow set the backgroundcolor of btn "Context" to red go to card "Cinema"

# Issues 1. Currently, re-ordering the code-items on the page does not immediately make available the code to the (wasm) widget - you must refresh the page for this to taek effect. This is due to the way the About Frame Plugin accesses the wiki's context. 1. Focus is hogged by wasm-widget loads - closing the focus in an item being edited. This makes editing content in wiki tricky with widgets visible in the lineup.

# Assets

wasm/Creator2

# See also - Mediawiki CORS