Skip to content

Commit

Permalink
Merge pull request #3 from jcw780/addWasm
Browse files Browse the repository at this point in the history
Add wasm
  • Loading branch information
jcw780 authored May 15, 2020
2 parents 854f061 + bb4e6c1 commit b3e070b
Show file tree
Hide file tree
Showing 13 changed files with 1,393 additions and 773 deletions.
13 changes: 13 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"overrides": [
{
"files": ["*.wasm.js"],
"rules": {
"no-unused-expressions": "off",
"no-restricted-globals": "off",
"no-undef": "off",
"import/no-amd": "off"
}
}
]
}
Loading

0 comments on commit b3e070b

Please sign in to comment.