Open furesoft opened 3 years ago
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.
staticlib
.a
Is there a downloadable wasm module with no-std to use in no rust environments?