We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06be70e commit e2a2739Copy full SHA for e2a2739
Readme.md
@@ -53,7 +53,8 @@ configuration options.
53
54
* Inline assembly ([no cranelift support](https://github.com/bytecodealliance/wasmtime/issues/1041))
55
* 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)
+* 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)
58
59
## License
60
0 commit comments