Skip to content

Commit 9a33f82

Browse files
committed
Remove inline asm support from the list of limitations
rust-lang#1403 extended support to all targets supported by cg_clif
1 parent 51f6ac7 commit 9a33f82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Readme.md

-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ configuration options.
7676

7777
## Not yet supported
7878

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!`.
8179
* SIMD ([tracked here](https://github.com/rust-lang/rustc_codegen_cranelift/issues/171), `std::simd` fully works, `std::arch` is partially supported)
8280
* Unwinding on panics ([no cranelift support](https://github.com/bytecodealliance/wasmtime/issues/1677), `-Cpanic=abort` is enabled by default)
8381

0 commit comments

Comments
 (0)