pallet-contracts 2.0.0-rc6

FRAME pallet for WASM contracts
Documentation
(module
	(func (export "call")
		(loop $inf (br $inf)) ;; just run out of gas
		(unreachable)
	)
	(func (export "deploy"))
)