This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Compile the wasm runtime with a stable toolchain #1252
Closed
Description
We require nightly compiler for building the wasm runtime. The main reason for that is several important features was available only on the nightly compilers.
However, as the time progresses more and more features are promoted to stable.
- alloc crate (tracking issue, RFC, PR)
-
std::arch::wasm32::unreachable
(tracking issue) -
core_intrinsics
(trie/hash-db, not sure why) - waiting on
alloc_error_handler
becoming panic by default (tracking issue, formelly this)
Metadata
Metadata
Assignees
Type
Projects
Status
Done