Uses of Enum
org.teavm.backend.wasm.render.WasmBinaryVersion
Packages that use WasmBinaryVersion
-
Uses of WasmBinaryVersion in org.teavm.backend.wasm
Methods in org.teavm.backend.wasm that return WasmBinaryVersionMethods in org.teavm.backend.wasm with parameters of type WasmBinaryVersion -
Uses of WasmBinaryVersion in org.teavm.backend.wasm.render
Methods in org.teavm.backend.wasm.render that return WasmBinaryVersionModifier and TypeMethodDescriptionstatic WasmBinaryVersion
Returns the enum constant of this type with the specified name.static WasmBinaryVersion[]
WasmBinaryVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teavm.backend.wasm.render with parameters of type WasmBinaryVersionModifier and TypeMethodDescriptionvoid
WasmBinaryWriter.writeType(WasmType type, WasmBinaryVersion version)
Constructors in org.teavm.backend.wasm.render with parameters of type WasmBinaryVersionModifierConstructorDescriptionWasmBinaryRenderer(WasmBinaryWriter output, WasmBinaryVersion version, boolean obfuscated)