-
Notifications
You must be signed in to change notification settings - Fork 5
Fixes some minor repo inconsistencies #3
base: master
Are you sure you want to change the base?
Conversation
…one inside zenroom.js
Replace eslint-config-airbnb-base with eslint-config-standard, and start using eslint in lint script.
Codecov Report
@@ Coverage Diff @@
## master #3 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 66 66
=====================================
Hits 66 66 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the .wasm .mem changed to the latest @decodeproject/zenroom commit? I use to have the last published version of the npm, but fine to have it updated and sync to the actual wrapper code... thanks ;)
@@ -77,6 +75,8 @@ var zenroom = function () { | |||
* @example <caption>Example usage of `script()`</caption> | |||
* // returns zenroom | |||
* import zenroom from 'zenroom' | |||
* // or without ES6 syntax | |||
* // const zenroom = require('zenroom').default |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please update also the README.md?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The .wasm and .js files are the output from Zenroom @ 34cc00c, the commit referred from the submodule, and emscripten
Actually, compiling from the master branch of Zenroom, the wasm produced won't pass the tests in which the script contains a reference to the global ECDH
and spits out these messages:
[string "..."]:2: attempt to index a nil value (global 'ECDH')
[string "ZEN:begin(1)..."]:1: attempt to index a nil value (global 'ZEN')[!]
I'd ask @jaromil to give me a hint on how to address this problem
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it fixed now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uuuuuuh I love standard
actually... it hurts you? Or there is a rationale?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💟
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
❤️