mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
declare WasmTextCode annotation
This commit is contained in:
parent
88b819628f
commit
a189a8328f
@ -63,6 +63,11 @@ public class JWebAssembly {
|
|||||||
*/
|
*/
|
||||||
public static final String EXPORT_ANNOTATION = "de.inetsoftware.jwebassembly.api.annotation.Export";
|
public static final String EXPORT_ANNOTATION = "de.inetsoftware.jwebassembly.api.annotation.Export";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The name of the annotation for native WASM code in text format.
|
||||||
|
*/
|
||||||
|
public static final String TEXTCODE_ANNOTATION = "de.inetsoftware.jwebassembly.api.annotation.WasmTextCode";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a instance.
|
* Create a instance.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user