Wednesday, December 12, 2018

What about Wasm?

Great on the bus:

Wasm arg1 arg2 agr3....

But the distributed processing folks have their own stuff, much better, like join. We remain at the level of slow scripting n linux us, generally, preferring plain text assembly..

Another useful args interface:


typedef struct {
} Minet;
Entry( ...) {

Mine * m= args[*argc + 1];

Do special processing with the 'm' pointer using your special semantics. Like a remote procedure all, all we did was expose the underlying substrate, mark the boundary.  All parties view the call interface as an sequential object code with an alterable program counter, like flat memory that everyone sees, on demand of some higher level control. console loop is the DMA bus manager. We re using an analogy, we are simulating an old style circuit card, in software. We become chips suppliers with the common DMA interface. Not complicated,the mechanical spec is one page.


No comments: