From 5098f97e7d96aec2296f29b28f18033cd3204d39 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 29 Jan 2018 21:54:52 -0800 Subject: [PATCH] Link to tests in README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30306252..d97b99fd 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,10 @@ booted.then(main); ## Feature reference Here this section will attempt to be a reference for the various features -implemented in this project. +implemented in this project. This is likely not exhaustive but the [tests] +should also be a great place to look for examples. + +[tests]: https://github.com/alexcrichton/wasm-bindgen/tree/master/tests In the `wasm_bindgen!` macro you can have four items: functions, structs, impls, and foreign modules. Impls can only contain functions. No lifetime