7ombie

Results 52 comments of 7ombie

@sbc100 - I see, but in the browser, many modules only import from the host, which is not really a module, so having a conventional module name for the host...

What happened to this proposal? It would definitely be useful to (at least) have a way of referencing the absolute implied memory indices as offsets to `load` and `store` instructions....

If they added DWARF support to `wat2wasm`, you'd be able to use breakpoints (with introspection) in DevTools. Still, it would be nice to have the ability to programmatically step the...

I have the same issue, on Monterey, over six months later :(

Hey @profispojka - Nice work. My issue was the lack of a modern ES6 module. Like many people, I'm a web developer, but not a JavaScript programmer. We don't really...

Any news on when Sonic Pi will be available on ARM Macs natively? This is a sticking point for me personally.

Nice! I didn't see this when I opened #2880. This feature is a convenience, so it's not the end of the world if it handles corner-cases imperfectly. Just having the...

@TheCleric - IIUC, Electron allows us to just go ahead and access devices, but we need to dialog with the user if we want them to select the device (or...

> The same thing is happening with the `private` keyword. There is no `private` keyword in JavaScript (it uses hashnames, like `this.#attribute` and `#method(){}`), so that is rendering correctly. The...

I understand that modes are global, but the *mode-indicator* is per-window, and the indicator *currently* acts as though modes are per-window. The indicator disappears when its window loses focus. It's...