You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Me again. Feel free to close this issue if it's not related to this project.
I see that AssemblyScript is able to output asm.js as well as WASM. My question is, how do I use the generated asm.js file? The top of the asm file has these imports:
import { abort } from 'env';
import { now } from 'Date';
import { p.log } from 'index';
import { p.r } from 'index';
which aren't even valid & don't run in the browser.
Should I be using another utility to use this file?
Any guidance is appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi! Me again. Feel free to close this issue if it's not related to this project.
I see that AssemblyScript is able to output asm.js as well as WASM. My question is, how do I use the generated asm.js file? The top of the asm file has these imports:
which aren't even valid & don't run in the browser.
Should I be using another utility to use this file?
Any guidance is appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: