Skip to content

Commit

Permalink
Fix a small error in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jan 31, 2021
1 parent 8c7ae41 commit 0929e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -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.
Expand Down

0 comments on commit 0929e37

Please sign in to comment.