artur-ciocanu
artur-ciocanu
This issue is related to this discussion: https://github.com/asyncapi/modelina/discussions/870.
> > One possible solution is to allow clients to pass custom interpreters for all the different properties like oneOf, anyOf, additionalItems, additionalProperties, etc. This is somewhat similar to the...
@jonaslagoni thanks for checking, I was a little busy I'll try to get back to this and let you know if I am blocked.
@bashor after some debugging, I was able to run `wasmer-java` from IntelliJ on Mac OS X. I had to add: ``` -Dos.arch=amd64 ``` To `VM Options` under `Run/Debug Configurations` for...
@jonaslagoni I have tried the latest `next` build `1.0.0-next.36` and it seems that the interpreter customization is not required, at least for now. I will close the issue and if...