Jiajie Hu

Results 11 issues of Jiajie Hu

The latest testbed does not work in my browser. The console says "ReferenceError: JSQueryCallback is not defined".

This fixes the error in WebGPU-backed unit tests: OperationError: Failed to execute 'importExternalTexture' on 'GPUDevice': Failed to import texture from video element that doesn't have back resource. To see the...

GN reports the following error when trying to build NW.js on Linux with is_debug=true: ``` ERROR at //headless/BUILD.gn:747:1: Duplicate object file static_library("headless_shell_lib") { ^------------------------------------- The target //headless:headless_shell_lib generates two object...

The script doesn't seem to be in use anymore, and in fact the change will break assembler version detection.

Building from a clean checkout fails because of recent switch to Debian Stretch sysroot in Chromium upstream*. * https://chromium.googlesource.com/chromium/src/+/97f5f9df69889a313470a8530a8a724cf17cca90

I'm trying to minify the generated WebCL program by passing the '--closure 1' option to emscripten. However, the closure compiler can't recognize WebCL APIs and will replace them with shorter...

`size_t' is not handled in [parseType](https://github.com/wolfviking0/emscripten/blob/17a8cc9ef38869eb7da96a98e8f37b06a6e38694/src/library_opencl.js#L227), and as a result, the argument in the ArrayBuffer will be interpreted as a float in clSetKernelArg.