Update templates to [email protected] schema (#13) * Require [email protected] * Update templates to [email protected] JSON schema * Improve the templates * Test against https://github.com/webrpc/webrpc/pull/171 * Migrate examples to [email protected] find . -name '*.ridl' -exec sed -i -e 's/^message /struct /g' {} \; * Fix template codegen * Regenerate examples * Examples: Use local templates