From 0b10f71517aa7af4ef5d75014fbf2252ed677610 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 24 Mar 2020 12:48:33 +0100 Subject: [PATCH] doc(interface-types) Add links to WIT instructions. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 66e812b..e6a3030 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,13 @@ binary. ## Instructions -Very basically, WebAssembly Interface Types defines a set of -instructions, used by adapters to transform the data between -WebAssembly core and the outside world ([learn +Very basically, WebAssembly Interface Types defines a [set of +instructions](https://github.com/WebAssembly/interface-types/blob/master/proposals/interface-types/working-notes/Instructions.md), +used by adapters to transform the data between WebAssembly core and +the outside world ([learn mode](https://github.com/WebAssembly/interface-types/blob/master/proposals/interface-types/Explainer.md)). -Here is the instructions that are implemented: +Here is the instructions that are implemented by this crate: | Instruction | WAT encoder | Binary encoder | WAT decoder | Binary decoder | Interpreter | |-|-|-|-|-|-|