Toyo Li

Results 11 issues of Toyo Li

# Bug Report ### 🔎 Search Terms comment ### 🕗 Version & Regression Information - This changed between versions 4.6.4 and 4.7.4 ### ⏯ Playground Link [Playground link with relevant...

Bug
Help Wanted

Client: GMS 231.1 WZ file: Sound.wz, Sound2.wz etc I could open wz file in GUI but could not expand it... While master branch is all ok ![image](https://user-images.githubusercontent.com/23353576/164014501-e7fc03c8-55a6-48f0-86b9-ef47d44c83e9.png) ![image](https://user-images.githubusercontent.com/23353576/164014780-abb159a2-7507-412a-8a02-461667330712.png) Failed to...

#15 No breaking change. `includeBaseDirectory` is `false` by default.

https://github.com/electron/asar/blob/c2b4777a4089d19b12327888577e2ffec1cc1dae/lib/filesystem.js#L70-L94 https://github.com/electron/asar/blob/c2b4777a4089d19b12327888577e2ffec1cc1dae/lib/filesystem.js#L94 `p` is original file path, while transformed file path is https://github.com/electron/asar/blob/c2b4777a4089d19b12327888577e2ffec1cc1dae/lib/filesystem.js#L73

blocked/needs-info

##### Checklist - [x] `npm install && npm run lint && npm test` passes - [x] commit message follows [commit guidelines](https://github.com/googleapis/release-please#how-should-i-write-my-commits) ##### Description of change `node-gyp rebuild` and `node-gyp build`...

Windows

Hi! I'm the creator of [emnapi](https://github.com/toyobayashi/emnapi) which is a Node-API implementation for emscripten/wasi-sdk, it can be used for porting existing Node-API native addon to WebAssembly. I'm wondering if node-gyp can...

wasm

Would you mind switch to use `deno_std`'s path module? API is compatible with Node.js, simply use `deno bundle` to output es module, make bundlers do tree shaking better ```ts //...

embind already has coroutine implementation https://github.com/emscripten-core/emscripten/blob/b5b7fedda835bdf8f172a700726109a4a3899909/system/include/emscripten/val.h#L703-L789 I just now tried to write a toy version, that makes it possible to `co_await` a JavaScript Promise in C++. class CoPromise : public...

https://github.com/WebAssembly/wasi-threads?tab=readme-ov-file#design-choice-pthreads > 4. in pthread_create, call wasi_thread_spawn with the configured start_args and use atomic.wait to wait for the start_args->thread->tid value to change (note that for web polyfills this may not...

I created [emnapi](https://github.com/toyobayashi/emnapi) for porting Node.js addons written in Node-API to Emscripten WebAssembly. I successfully built this project to wasm, all test cases passed ~~except the one related to `async_hooks`,...