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
Perhaps one of the more simpler requests of an example, which has a complicated solution. If WASI is implemented, this would be a call to fd_write. If they aren't, then this would be one hell of a "Hello, World!".
The text was updated successfully, but these errors were encountered:
It's not WASI, but here hello world example in browser. Also I recommend to check reference types example #15 if you want to write console.log() directly in AssemblyScript
Perhaps one of the more simpler requests of an example, which has a complicated solution. If WASI is implemented, this would be a call to
fd_write
. If they aren't, then this would be one hell of a "Hello, World!".The text was updated successfully, but these errors were encountered: