Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions examples/hello-world/hello-world.assemblyscript.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ Lastly, lets load our ES6 Module, `hello-world.js` Javascript file in our `index
</html>
```

You can then run a local webserver (like `python -m http.server 8000`) and browse to `localhost:8000/hello.html`, where you'll see the expected output.

And we should have a working Wasm Add (Hello World) program! Congrats!

You should have something similar to the demo ([Source Code](/source-redirect?path=examples/hello-world/demo/assemblyscript)) below:
Expand Down