TurboScript icon indicating copy to clipboard operation
TurboScript copied to clipboard

User wants to selective compile part of the code to specific target

Open nidin opened this issue 8 years ago • 0 comments

What? User wants to compile specific part of the code to specific target.

How?

function () {
    "use wasm"
    ....
}

function () {
    "use js"
    ....
} 

function () {
    "use asmjs"
    ....
} 

nidin avatar May 01 '17 18:05 nidin