Closed
Description
Since WebAssembly supports block comments, it should be relatively trivial to embed PipeScript within WebAssembly using:
(;{
# your powershell code here
};)
This issue is not meant to fully resolve the hope mentioned in this discussion thread. It is only there to provide the groundwork for generation of .WAT files, in the same way that PipeScript can be used to generate many other file types.