reds79

Results 3 issues of reds79

``` webassembly ;; Compiling Profile ;; target: wasm32-unknown-unknown ;; rustcflags: -C --export-table ;; target/wasm32-unknown-unknown/debug/table_test.wasm -> table_test.wat (table $__indirect_function_table (export "__indirect_function_table") 2 2 funcref) ``` compiler export function table as name...

``` haxe abstract class AbstractClass {} // ^ excepted, got "class" ``` Abstract Class Syntax in haxe official documentation: https://haxe.org/manual/types-abstract-class.html

my build.gradle file : https://pastebin.com/isQtzxJ0 Error Message: > Could not find curse.maven:controllable:3209217_mapped_snapshot_20200122-1.15.1. > Could not find curse.maven:obfuscate:3043368_mapped_snapshot_20200122-1.15.1. (Use Browser visit https://www.cursemaven.com/curse/maven/obfuscate/ return 403 forbidden ) How can I solve it?