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
Post a Comment