Immediately after switching the page, it will work with CSR.
Please reload your browser to see how it works.
Can I update the workflow while it has running instances without interfering the running instances?
Can I update a running instance with a new version of the workflow to patch some flaw? If no, can I replay an updated version of a workflow with the log of an old workflow version?
It seems to me one of the main use-cases for WASM is to execute lambdas, which are often short-lived (like 500ms timeout limits). Maybe this could have a place in embedded systems?
https://github.com/wasm-audio/wasm-audio-examples
For workflow, how do you think of async in wit at this moment?