DEV Community

Discussion on: Supercharge your TypeScript with AssemblyScript

Collapse
 
seanmclem profile image
Seanmclem

Is assembly script able to pass data between itself and JavaScript or typescript running elsewhere in your project?

Collapse
 
dorin profile image
Dorin

You can call an AS function from JS/TS, see here: github.com/dorin131/assemblyscript...

I haven't tried to do it the other way round though.

Collapse
 
seanmclem profile image
Seanmclem

Cool. That doesn't seem so bad