Open nidin opened 7 years ago
What? User wants to compile specific part of the code to specific target.
How?
function () { "use wasm" .... } function () { "use js" .... } function () { "use asmjs" .... }
What? User wants to compile specific part of the code to specific target.
How?