all: rabin2.wasm
	vim wapm.toml
	# wapm login
	wapm publish

rabin2.wasm:
	cp -f ../../../radare2-*-wasi/rabin2.wasm rabin2.wasm
