mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Link to tests in README
This commit is contained in:
parent
dac2f2d170
commit
5098f97e7d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user