Class WasiSupport


  • public class WasiSupport
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long currentTimeMillis()  
      static java.lang.String[] getArgs()  
      static double pow​(double x, double y)  
      static void printInt​(int i)  
      static void printOutOfMemory()  
      static void printString​(java.lang.String s)  
      static void putChars​(int fd, org.teavm.interop.Address address, int count)  
      static void putCharsStderr​(org.teavm.interop.Address address, int count)  
      static void putCharsStdout​(org.teavm.interop.Address address, int count)  
      static double random()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • putCharsStdout

        public static void putCharsStdout​(org.teavm.interop.Address address,
                                          int count)
      • putCharsStderr

        public static void putCharsStderr​(org.teavm.interop.Address address,
                                          int count)
      • putChars

        public static void putChars​(int fd,
                                    org.teavm.interop.Address address,
                                    int count)
      • currentTimeMillis

        public static long currentTimeMillis()
      • printString

        public static void printString​(java.lang.String s)
      • printInt

        public static void printInt​(int i)
      • printOutOfMemory

        public static void printOutOfMemory()
      • getArgs

        public static java.lang.String[] getArgs()
      • random

        public static double random()
      • pow

        public static double pow​(double x,
                                 double y)