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.