Skip to content

Commit

Permalink
Remove inline asm support from the list of limitations
Browse files Browse the repository at this point in the history
rust-lang#1403 extended support to all targets supported by cg_clif
  • Loading branch information
bjorn3 committed Oct 30, 2023
1 parent 51f6ac7 commit 9a33f82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ configuration options.

## Not yet supported

* Inline assembly ([no cranelift support](https://github.com/bytecodealliance/wasmtime/issues/1041))
* On UNIX there is support for invoking an external assembler for `global_asm!` and `asm!`.
* SIMD ([tracked here](https://github.com/rust-lang/rustc_codegen_cranelift/issues/171), `std::simd` fully works, `std::arch` is partially supported)
* Unwinding on panics ([no cranelift support](https://github.com/bytecodealliance/wasmtime/issues/1677), `-Cpanic=abort` is enabled by default)

Expand Down

0 comments on commit 9a33f82

Please sign in to comment.