xlc
10
I have the very first PoC running
I have a simple PolkaVM program calling into host and do some simple calculation
The hex of the this PolkaVM program is:
50564d0001010400009000040e0100000000686f73745f63616c6c05070100046d61696e061500001002110703104e02775401100211081300694a00
I have a runtime implements the XCQ Runtime API
It implements the host function and execute the provided XCQ program and return the result
9 Likes