Skip to content

CI: make wasm for client and tx builder crates if possible #285

@Thoralf-M

Description

@Thoralf-M

Currently we just have

.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

Metadata

Metadata

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions