Mauro Bringolf

Results 22 comments of Mauro Bringolf

Am I missing something or is this still a thing? I installed the lib via npm (1.1.3 on npm), but still have the `this.jQuery` in it. I see that the...

@rebusweb Will this install master branch or latest release on github? Thanks for the hint! But this is a workaround, right?

Awesome, thank you very much!

Thanks for all the hints @mooreryan, I started looking into this issue as well because I tried parsing an `...` with `tyxml-ppx`. I describe my findings here https://github.com/aantron/markup.ml/pull/69.

I have done some work on polyfilling sign extension operators https://github.com/xtuc/webassemblyjs/pull/375. I think polyfills for completed proposals can still be useful (at least for us to see what's possible etc).

Thanks for the feedback! It might very well be overkill and caused some extra work in the build process. It simply represents the way I arrived at these (first in...

@xtuc Its not a C compiler *yet*. Just kidding :smile: I meant that the interpreter could be used to run the polyfill wasm function to test functional correctness.

Less things to maintain is fine with me :+1: It was a fun experiment. Would you make the wat->ast translation build-time or runtime?

Thanks for the feedback, I prefer text format as source for the polyfills now too. I also realized that the other approach would not work in the long run anyways:...

@xtuc There is no functional test for i64 polyfills since we cannot call functions directly from JS.