Skip to content

Commit

Permalink
Merge pull request #17 from kwonoj/feat-electron
Browse files Browse the repository at this point in the history
feat(cld3): bump up cld3
  • Loading branch information
kwonoj authored Sep 16, 2017
2 parents d887739 + 99b98a6 commit d6e2fa9
Show file tree
Hide file tree
Showing 4 changed files with 4,360 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="0.0.4"></a>
## [0.0.4](https://github.com/kwonoj/cld3-asm/compare/v0.0.2...v0.0.4) (2017-09-16)


### Bug Fixes

* **cldasmmodule:** export runtime interfaces ([4ea0ff1](https://github.com/kwonoj/cld3-asm/commit/4ea0ff1))


### Features

* **cld3:** bump up cld3 ([17f5279](https://github.com/kwonoj/cld3-asm/commit/17f5279))
* **cld3:** bump up cld3 ([17cc23d](https://github.com/kwonoj/cld3-asm/commit/17cc23d))
* **loadmodule:** support environment override ([1f5bc51](https://github.com/kwonoj/cld3-asm/commit/1f5bc51))
* **logger:** wire emscripten loader logger ([b5b29e1](https://github.com/kwonoj/cld3-asm/commit/b5b29e1))



<a name="0.0.3"></a>
## [0.0.3](https://github.com/kwonoj/cld3-asm/compare/v0.0.2...v0.0.3) (2017-09-15)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cld3-asm",
"version": "0.0.3",
"version": "0.0.4",
"description": "WebAssembly based Javascript bindings for google compact language detector 3",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down
4,346 changes: 4,340 additions & 6 deletions src/lib/wasm/cld3.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wallaby.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = wallaby => ({
files: ['src/**/*.ts'],
files: ['src/**/*.ts', 'src/lib/asm/cld3.js', 'src/lib/wasm/cld3.js'],

tests: ['spec/cld-asm/**/*.ts'],

Expand Down

0 comments on commit d6e2fa9

Please sign in to comment.