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:
10
examples/README.md
Normal file
10
examples/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
## wazero examples
|
||||
|
||||
The following example projects can help you practice WebAssembly with wazero:
|
||||
|
||||
* [basic](basic) - how to use WebAssembly and Go-defined functions.
|
||||
* [multiple-results](multiple-results) - how to return more than one result from WebAssembly or Go-defined functions.
|
||||
* [replace-import](replace-import) - how to override a module name hard-coded in a WebAssembly module.
|
||||
* [wasi](wasi) - how to use I/O in your WebAssembly modules using WASI (WebAssembly System Interface).
|
||||
|
||||
Please [open an issue](https://github.com/tetratelabs/wazero/issues/new) if you would like to see another example.
|
||||
Reference in New Issue
Block a user