Makes examples runnable and pares down list (#458)

This deduplicates examples, leaving only the most maintained or targeted
ones. Notably, this makes each runnable, avoiding test dependencies.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Crypt Keeper
2022-04-13 16:03:50 +08:00
committed by GitHub
parent 4cd4d8a590
commit 958ce19c0b
36 changed files with 306 additions and 532 deletions

3
examples/basic/README.md Normal file
View File

@@ -0,0 +1,3 @@
## Basic example
This example shows how to use WebAssembly and Go-defined functions with wazero.