From 0929e379944f3e783092749381f48865b8488875 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sun, 31 Jan 2021 14:15:50 +0100 Subject: [PATCH] Fix a small error in the readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 00b9dc2267d..6fa5eebdc2f 100644 --- a/Readme.md +++ b/Readme.md @@ -101,7 +101,7 @@ function jit_calc() { ## Not yet supported -* Inline assembly ([no cranelift support](https://github.com/bytecodealliance/wasmtime/issues/1041) +* Inline assembly ([no cranelift support](https://github.com/bytecodealliance/wasmtime/issues/1041)) * On Linux there is support for invoking an external assembler for `global_asm!` and `asm!`. `llvm_asm!` will remain unimplemented forever. `asm!` doesn't yet support reg classes. You have to specify specific registers instead.