This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Support rust-std in WebAssembly runtime #4043
Labels
J0-enhancement
An additional feature request.
Milestone
The target we compile wasm runtime to,
wasm32-unknown-unknown
, actually has builtinstd
support. Adding support forstd
would help to solve many of our current user complaints.Some details of the std support on the wasm target:
Mutex
andRwLock
.The text was updated successfully, but these errors were encountered: