TurboScript
TurboScript copied to clipboard
User wants to selective compile part of the code to specific target
What? User wants to compile specific part of the code to specific target.
How?
function () {
"use wasm"
....
}
function () {
"use js"
....
}
function () {
"use asmjs"
....
}