Sean Marvin Cox

Results 4 comments of Sean Marvin Cox

Noticing that if I try to use the java.desktop, that I get "Cannot link static field JAPAN in java.util.Locale" when compiling to WebAssembly. I tried dropping use of java.desktop, and...

I added the missing fields in de.mirkosertic.bytecoder.classlib.java.util.TLocale and recompiled/repackaged. I had to fill in a lot of missing pieces, (read: ugly hacks) but I finally got rid of all the...

@mirkosertic Sure, will do. I did manage to address the issue above. I figured out how to add the jlClass_jlClassgetSuperclass definition. I couldn't figure out how return the pointer to...

@mirkosertic I can't create a pull request directly. Presumably the right thing to do is create a fork, so that's what I'm doing. (I haven't collaborated much on Github, so,...