7ombie

Results 52 comments of 7ombie

> It is a mature library that doesn't need lots of changes all the time. @goldfire - Six months later, and Howler still doesn't work properly in modern browsers. It...

If users have to rely on NPM and Webpack etc, Babylon doesn't really support ES6 modules, or the Web. It only adds support for current Node workarounds.

Why can't the docs use ASCII syntax? We're programmers, not physicists. (Apple) Safari can't even align latin-lowers correctly:

This is another example of why the Web should have its own standards, and not have to worry about crypto etc.

I personally found it tricky to type-check active table segments, as you need to refer back to the table it populates to know the reftype, which in turn, requires resolving...

~~I've opened [an issue on WABTJS][1] that is related to this one, but also includes an example (using WABTJS) that reproduces the problem.~~ The problem is in WABT (not WABTJS)....

I've confirmed now that the issue is with WABT (not WABTJS, so closed the issue on their repo). The following shell commands illustrate how to reproduce the issue for type...

The `ScriptProcessorNode` also sucks. It shouldn't be very difficult to port these to use audio worklets. The logic just needs moving to a method of a subclass (that is defined...

Would it be possible to have a default module name (like `env` or `host`) that can be implicit (both in the text and binary formats)? So, for example, you could...

@sbc100 - I was thinking that you could write `(import "foo" (...))` and it would compile to the same thing as `(import "env" "foo" (...))`, so `env` would be the...