wee_alloc
wee_alloc copied to clipboard
WASM Module
Is there a downloadable wasm module with no-std to use in no rust environments?
wee_malloc doesn't seem to expose any C interface. You could make your own wrapper exporting a C interface and use staticlib as crate type for this wrapper to get a .a file you can link.