add constant for "wasm.use_gc"

This commit is contained in:
Volker Berlin 2019-08-11 13:02:31 +02:00
parent 615efbd11f
commit 3058348787

View File

@ -79,6 +79,11 @@ public class JWebAssembly {
*/
public static final String REPLACE_ANNOTATION = "de.inetsoftware.jwebassembly.api.annotation.Replace";
/**
* If the GC feature of WASM should be use or the GC of the JavaScript host. If true use the GC instructions of WASM.
*/
public static final String WASM_USE_GC = "wasm.use_gc";
/**
* The logger instance
*/