Currently we just have ```make .PHONY: wasm wasm: ## Build WASM modules $(MAKE) -C crates/iota-sdk-types wasm $(MAKE) -C crates/iota-crypto wasm ``` would be good to also know if the other crates can be compiled to wasm