Remove inline asm support from the list of limitations

#1403 extended support to all targets supported by cg_clif
This commit is contained in:
bjorn3 2023-10-30 15:21:34 +00:00
parent 51f6ac7bfc
commit 9a33f82140

View File

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