Class NonGC
- java.lang.Object
-
- de.inetsoftware.jwebassembly.javascript.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
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static int
ref_eq(java.lang.Object a, java.lang.Object b)
-