Class NonGC


  • public abstract class NonGC
    extends java.lang.Object
    Workaround/polyfill for the missing GC feature of WebAssembly. This call add import functions to allocate the objects in the JavaScript host.
    • Constructor Summary

      Constructors 
      Constructor Description
      NonGC()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NonGC

        public NonGC()