That doesn't work. I don't know if the standard library works yet. All I am
caring about right now is package runtime.
On Friday, September 7, 2018 at 12:15:23 AM UTC-7, Seven Dang wrote:
>
> import (
>"fmt"
> )
>
> used :
> fmt.Println("HELO MOTO")
>
> On Thursday, September 6, 2018 at 8:59:
import (
"fmt"
)
used :
fmt.Println("HELO MOTO")
On Thursday, September 6, 2018 at 8:59:48 PM UTC+7, Christine Dodrill wrote:
>
> Hello,
>
> I am working on server-side webassembly stuff and the fact that I am not a
> javascript interpreter was getting in the way due to nearly all the
> stan