Skip to content

Commit 49b03df

Browse files
committed
Update README
1 parent cbce65a commit 49b03df

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ These examples cover slightly higher level aspects, like working with managed ob
4545

4646
<img src="./loader/preview.jpg" />
4747

48-
## AssemblyScript as a library
48+
## Libraries
4949

5050
Various WebAssembly or AssemblyScript features as a library.
5151

@@ -66,3 +66,11 @@ General examples showing how to utilize specific AssemblyScript features.
6666

6767
* [Compiler transforms](./transform)<br />
6868
An example of using compiler transforms to hook into the compilation process.
69+
70+
## Additional resources
71+
72+
* [Wasm By Example](https://wasmbyexample.dev/all-examples-list.html)<br />
73+
A concise, hands-on introduction to WebAssembly using code snippets and annotated example programs. If you "learn best by doing", or just need a good starting point for a concept, this is the place for you.
74+
75+
* [Built with AssemblyScript](https://docs.assemblyscript.org/community/built-with-assemblyscript)<br />
76+
A list of more sophisticated open source projects using AssemblyScript.

0 commit comments

Comments
 (0)