rustwasm / wee_alloc

The Wasm-Enabled, Elfin Allocator
Mozilla Public License 2.0
666 stars 49 forks source link

WASM Module #104

Open furesoft opened 3 years ago

furesoft commented 3 years ago

Is there a downloadable wasm module with no-std to use in no rust environments?

bjorn3 commented 3 years ago

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.