1
Fork 0

Merge commit 'c84d1871dc' into sync_cg_clif-2023-11-10

This commit is contained in:
bjorn3 2023-11-10 11:30:51 +00:00
commit d186b49460
13 changed files with 961 additions and 67 deletions

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)