jbrionne
jbrionne
Same problem. I was testing quarkus and teavm integration. With 0.5.1 no problem but with 0.6.1 or dev builds, no chance. Thanks for any help.
With 0.7.0-SNAPSHOT.It works, if i add the lines in team-core > VirtualTableBuilder (line ~367): ``` private void buildResultForClass(String className, Context context, VirtualTable parent) { TableBuilder table = tables.get(className); ClassReader cls...
I was looking for a good framework to compile webassembly from java. The code: https://github.com/jbrionne/quarkus-webassembly-jdk11 Just exploring !
It is only in the context of a simple personal technological watch. The webassembly could bring interesting elements in terms of security compared to docker / podman. There is the...
May be the same type of problem as https://github.com/datahub-project/datahub/issues/5463