This example shows how to use WebAssembly iotas with nanobus.
nanobus run --debug
You can now query the web service with a tool like curl:
curl -H "Content-Type: application/json" \
-d '{"name":"World!"}' \
http://localhost:8080/hello
apex test