Sven Sauleau

Results 316 comments of Sven Sauleau

Now with #474 the module validates. I'm hitting an unimplemented operation now (`i64.gt_u`), would you mind contributing? I think it will trigger other unimplemented instructions. For the i64 instructions case,...

I have an ongoing patch for the i64 operations https://github.com/xtuc/webassemblyjs/pull/475/files. I encounter another error in the interpreter: ``` trace exec Instr(get_local) trace exec Instr(extend_u/i32) trace exec Instr(const) trace exec Instr(shl)...

I upgraded lerna to support npm OTP but looks like they don't support the flags: `--force-publish --exact` anymore :confused:

I would like to avoid adding more wasm binary into this repo and slow down current tests. I can see two solutions: - we could keep your repository (with a...

We are only missing `testsuite/utf8-invalid-encoding.wast` now, it causes a wast parsing error.

It's clear enough to me. I would box every numbers in JS and add this informations. Btw I recommend you testing with https://mbebenita.github.io/WasmExplorer/

Lgtm. We need to make sure to not use Number.isNaN anymore. I think that we can store the sign too. We could use it for faster comparaison or for the...

Since JavaScript doesn't supports int64 yet, a signature with a int64 in wasm can't be exported to JS.

`CallExpression` is working correctly in Babel 7 ([see](https://astexplorer.net/#/gist/f3b0c89e2f59193524862033871bdfeb/eb91a9047d5ac1bb57a1768af5381eb0a61fbb0a))