Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

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

Open
nidin opened this issue May 1, 2017 · 0 comments
Open

Comments

@nidin
Copy link
Contributor

nidin commented May 1, 2017

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

How?

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

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

function () {
    "use asmjs"
    ....
} 
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants