WasmReaderText  
    
  Types
Link copied to clipboard
                  class ExprParamsResult(val exprs: List<WasmExpr>, val results: List<WasmType>, val types: List<NamedWasmType>)
Link copied to clipboard
                  Link copied to clipboard
                  class WasmModuleBuilder
Link copied to clipboard
                  data class WastBlock(val name: String, val params: List<WasmReaderText.WastBlockOrValue>, val comment: String? = null) : WasmReaderText.WastBlockOrValue
Link copied to clipboard
                  interface WastBlockOrValue
Link copied to clipboard
                  object WastParser
Link copied to clipboard
                  Functions
Link copied to clipboard
                  fun readCodeLevel(exprs: List<WasmReaderText.WastBlock>, func: WasmReaderText.WasmFuncBuilder): WasmExpr
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard