Remove inline asm support from the list of limitations · rust-lang/rust@9a33f82 (original) (raw)

Original file line number Diff line number Diff line change
@@ -76,8 +76,6 @@ configuration options.
76 76
77 77 ## Not yet supported
78 78
79 -* Inline assembly ([no cranelift support](https://github.com/bytecodealliance/wasmtime/issues/1041))
80 -* On UNIX there is support for invoking an external assembler for `global_asm!` and `asm!`.
81 79 * SIMD ([tracked here](https://github.com/rust-lang/rustc\_codegen\_cranelift/issues/171), `std::simd` fully works, `std::arch` is partially supported)
82 80 * Unwinding on panics ([no cranelift support](https://github.com/bytecodealliance/wasmtime/issues/1677), `-Cpanic=abort` is enabled by default)
83 81