reactr icon indicating copy to clipboard operation
reactr copied to clipboard

Validate Runnable API FFI version

Open cohix opened this issue 4 years ago • 1 comments

When a Wasm module is loaded into Reactr, it should be checked for compatibility. This should be done via an FFI function that returns the version of the API it was built against.

This method will acheive two things, firstly it will "prove" that the module is a Runnable, and second it will allow Reactr to check that it is a compatible version (the method of determining compatibility will need to be explored as part of this issue)

cohix avatar May 12 '21 00:05 cohix

Yes please :)

danielledeleo avatar Jan 21 '22 14:01 danielledeleo