Skip to content

Commit e2a2739

Browse files
committed
Update not yet supported section of the readme
1 parent 06be70e commit e2a2739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ configuration options.
5353

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

5859
## License
5960

0 commit comments

Comments
 (0)