01alchemist / TurboScript

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

Negation generating unreachable wasm opcode #88

Closed nidin closed 7 years ago

nidin commented 7 years ago

What?

export function test(a: float32): float32 {
    return -a;
}

Negation generating unreachable wasm opcode