Skip to content

Commit 0929e37

Browse files
committed
Fix a small error in the readme
1 parent 8c7ae41 commit 0929e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function jit_calc() {
101101

102102
## Not yet supported
103103

104-
* Inline assembly ([no cranelift support](https://github.com/bytecodealliance/wasmtime/issues/1041)
104+
* Inline assembly ([no cranelift support](https://github.com/bytecodealliance/wasmtime/issues/1041))
105105
* On Linux there is support for invoking an external assembler for `global_asm!` and `asm!`.
106106
`llvm_asm!` will remain unimplemented forever. `asm!` doesn't yet support reg classes. You
107107
have to specify specific registers instead.

0 commit comments

Comments
 (0)