Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Is it possible to overwrite the rust stdlib

The rust wasm-unknown-unknown target doesn't support syscalls (as expected). Libraries like web_sys rely on end users implementing different function calls to use different resources. If I want to provide support for mocked syscalls in the wasm build, do I need to fork the language or can I somehow overwrite/mutate/mock the stdlib?

Comments