Yonggang Luo

Results 234 comments of Yonggang Luo
trafficstars

I might add a callback function to do database upgrade.

We can create an wasi-process for this 1. Environments should be take care of. On windows, environment key are case insensitive On Linux, environment key are case sensitive. 2. Command...

> I'm not aware of any conflicts with design goals. It's mainly about not wanting to get too far away from where we expect the core spec will go, and...

> > can we use multiple memory to sharing wasm instance across threads? > > Typical shared-memory programming models have a single address space that all threads share, which in...

IPC are important for high performance work For Windows we have mmap. anymous file mapping Linux also have mmap. memfd For Unix world we have shm_open + mmap.

> Could you be even more specific? 😃 Would these binaries be hardcoded to work with D-Bus specifically, or are you envisioning an abstraction that could be implemented on D-Bus...

This is a really important feature to makes nodejs to communicate with the OS and other frequently used APIs.

Vote for `Function.once` only, like Object.hasOwn,