Skip to content

gocoderio/tour

Repository files navigation

Hello, from web assembly

graph TD
    A[main]:::lineNumber=5 --> B[Inception]:::lineNumber=7
    B --> C[Level 1: Hello from inside Inception]:::lineNumber=11
    B --> D[level2]:::lineNumber=12
    D --> E[Level 2: Hello from inside Level 2]:::lineNumber=16
    D --> F[level3]:::lineNumber=17
    F --> G[Level 3: Hello from inside Level 3]:::lineNumber=21
Loading

Web assembly is a browser technology that lets you create and run applications in your own web browser. This is up to 10x faster than cloud based programming (sending your code to the cloud and then waiting for the results).


    Run the complete 'Tour of Go' in your web browser. You can turn off your internet and see that it still works by clicking the run button, then click to the next lesson to start with a simple 'hello world' program.

Based on the original 'Tour of Go', by the Go Authors
next lesson

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages