Saturday, October 27, 2018

WASM is a particularly good idea

I been reading the docs, looking at the run time interpreter.  This will be fast, and is all stack machine, like the old TI calculators, another push and pop machine.

The interpreter is small enough to fit onto a smart card, and the MASM itself can be easily proofed, it is safe enough to run inside the Browser sandbox.  It is well d\one, and potentially could find its way into all sorts of trading bots. This is a savings for the smart card, there was an awful lot of javascript we would have other crammed into the thing. Instead we build a WASM model for honest accounting, needed for contract management. The new blockchain languages can be compiled into WASM.


No comments: