java.lang.Object
de.inetsoftware.jwebassembly.javascript.NonGC

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

    • NonGC

      public NonGC()
  • Method Details