01alchemist / TurboScript

Super charged typed JavaScript dialect for parallel programming which compiles to WebAssembly
Apache License 2.0
494 stars 35 forks source link

Cannot compile Arrays (1.0.9-beta) #136

Closed MaxGraey closed 7 years ago

MaxGraey commented 7 years ago

Code

export function test(): Array<int32> {
    let arr: Array<int32> = new Array<int32>(1);
    return arr;
}

Error Not supported! Maximum wasm binaries supported in WasmMerger is 1