Open komal-sai-yral opened 4 months ago
I am afraid this will require some work: need to make mmap dependant on arch via the crate https://crates.io/crates/wasmtime-runtime and or add a feature for mmap. I will give it a try ... not just now
Sure, thanks a lot
Few dependencies are blocking the build to wasm32-unknown-unknown target
mmap-rs and cpu-time
I also tried removing them with depending code (as I don't need the IO feature currently), but getting some other issues like below :
Relevant error from above -
Module imports function '__wbg_crypto_566d7465cdbb6b7a' from '__wbindgen_placeholder__' that is not exported by the runtime..
Please consider adding wasm32-unknown-unknown support