mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 18:44:47 +01:00
add constant for "wasm.use_gc"
This commit is contained in:
parent
615efbd11f
commit
3058348787
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user