Skip to content

Commit

Permalink
update react and root scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jun 15, 2019
1 parent b163364 commit 9caa897
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This repository contains some tools for develop with WebAssembly for modern fron
- [Babel + React + Rust](#react--babel--rust)
- [FAQ](#faq)
- [TODO](#todo)
- [References](#references)

## `emscripten`

Expand Down Expand Up @@ -164,6 +165,11 @@ On going...

On going...

## TODO

- [ ] Emscripten support for Windows
- [ ] Write examples using Rust

## References

- https://webassembly.org/getting-started/developers-guide
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"use-wasm",
"emscripten"
],
"version": "0.0.1"
"version": "0.0.2"
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"main": "index.js",
"scripts": {
"run-docs": "cd docs && yarn start",
"build": "sh ./build.sh",
"install-emcc": "sh ./scripts/install_emcc.sh",
"build-use-wasm": "cd use-wasm && yarn build",
"install-sdk": "node ./emscripten install",
"test": "echo 'done'"
},
"devDependencies": {
Expand All @@ -21,7 +21,7 @@
"babel-loader": "^8.0.5",
"@babel/preset-env": "^7.1.3",
"@babel/preset-react": "^7.0.0",
"react": "^16.8.1",
"react-dom": "^16.8.1"
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
}
3 changes: 3 additions & 0 deletions use-wasm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Emscripten

Docs: https://github.com/raphamorim/wasm
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5910,7 +5910,7 @@ rc@^1.2.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

react-dom@^16.8.1:
react-dom@^16.8.6:
version "16.8.6"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.6.tgz#71d6303f631e8b0097f56165ef608f051ff6e10f"
integrity sha512-1nL7PIq9LTL3fthPqwkvr2zY7phIPjYrT0jp4HjyEQrEROnw4dG41VVwi/wfoCneoleqrNX7iAD+pXebJZwrwA==
Expand All @@ -5925,7 +5925,7 @@ react-is@^16.8.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==

react@^16.8.1:
react@^16.8.6:
version "16.8.6"
resolved "https://registry.yarnpkg.com/react/-/react-16.8.6.tgz#ad6c3a9614fd3a4e9ef51117f54d888da01f2bbe"
integrity sha512-pC0uMkhLaHm11ZSJULfOBqV4tIZkx87ZLvbbQYunNixAAvjnC+snJCg0XQXn9VIsttVsbZP/H/ewzgsd5fxKXw==
Expand Down

0 comments on commit 9caa897

Please sign in to comment.