Ariel Abreu

Results 66 comments of Ariel Abreu

Nevermind, it was my fault, I had some dead code that was settings `global.window` to `null`.

However, on fresh installs, `regenerator-runtime` isn't depended upon, so that's still an issue.

It's required at runtime, it should be a regular dependency; `npm` doesn't install `devDependencies` when you do `npm install `.

@malept Nice find, thanks! I've merged it in.

This might be possible now with the emergence of WebAssembly. In fact, there's a project called [ruby-wasm](https://github.com/blacktm/ruby-wasm) that can compile Ruby scripts into WebAssembly modules (technically, it actually compiles a...

I also found [onigasm](https://github.com/NeekSandhu/onigasm), which is Oniguruma compiled to WebAssembly, and that *is* in a usable state.

Hey, I just wanted to say that this is a great project! Also 2 things: * I don't know if anyone else is getting this, but for me, the lag...

Something's been changed in the new commits that completely fixed this for me. Using `--combine` and `--auto-center`, I've been playing Portal 2 for almost an hour with no input lag....

Same on Arch when building from the cctools-git AUR package. I had to edit the PKGBUILD and add `CFLAGS='-U_GLIBCXX_ASSERTIONS'` and `CXXFLAGS='-U_GLIBCXX_ASSERTIONS'` to the configure line to get it to work...

I've started trying to decode the amplitude algorithm (for high amplitude first), and I've got something that partially works (only for `0.010` through `0.033`, though): `((log2(amp * 1000) * 32)...