Fix a small error in the readme

This commit is contained in:
bjorn3 2021-01-31 14:15:50 +01:00
parent 8c7ae41f62
commit 0929e37994
1 changed files with 1 additions and 1 deletions

View File

@ -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.