Skip to content

Commit

Permalink
describe about development
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jan 2, 2020
1 parent 631e329 commit f6ad7f0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -37,6 +37,15 @@ in the generated HTML file.
its background page. These permissions are necessary since those requests are sometimes blocked by
CORS policy.

## Development

WebAssembly port of Monolith is developed in [the forked repository][4]. Currently it has some differences
and duplicates against the original repository. reqwest did not support Wasm before 0.10.0 so my Wasm
port does not use it and uses `fetch()` directly via `js_sys` and `web_sys` crate.

This repository adds the forked Monolith repository as a Git submodule and uses it by bundling sources
with Webpack.

## License

Distributed under [the MIT license](LICENSE).
Expand All @@ -45,3 +54,4 @@ Distributed under [the MIT license](LICENSE).
[1]: https://github.com/Y2Z/monolith
[2]: https://www.youtube.com/watch?v=xBIrFlYE1W0
[3]: https://chrome.google.com/webstore/detail/koalogomkahjlabefiglodpnhhkokekg
[4]: https://github.com/rhysd/monolith

0 comments on commit f6ad7f0

Please sign in to comment.