README.md in mwc-0.3.0 vs README.md in mwc-0.4.0
- old
+ new
@@ -80,20 +80,31 @@
```
### Project
|Name|Type|Description
-|----|-----------
+|----|----|-----------
|name|string| The project name, will change the generated file name. ex. `mruby.wasm`
|shell|string| The shell file template, if you want to use your own html template
|source_map|boolean| Enable source map for debug
|options|array| Extra compile options. ex. `-s ALLOW_MEMORY_GROWTH=1`
### mruby
|Name|Type|Description
-|----|-----------
+|----|----|-----------
|version|string| The prefer mruby version
+
+## Roadmap
+
+* [ ] Unit Test
+* [ ] Download options for mruby
+ * [x] Archive
+ * [ ] Git Submodule
+* [ ] Integrate to Webpack
+* [ ] Watch Mode
+ * [x] Auto re-compile
+ * [ ] Add LiveReload support
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.