Activity
Use a Map() as an associative container rather than a common {}, sinc…
Use a Map() as an associative container rather than a common {}, sinc…
Remove use of costly Object.keys() that can allocate temp garbage, in…
Remove use of costly Object.keys() that can allocate temp garbage, in…
Fix wgpu_queue_write_texture() in 4GB mode and add a test.
Fix wgpu_queue_write_texture() in 4GB mode and add a test.
Add support for running tests in WASM_BIGINT mode.
Add support for running tests in WASM_BIGINT mode.
Fix GPU Query Set timestamp writing and add a test.
Fix GPU Query Set timestamp writing and add a test.
Add test for wgpu_canvas_context_configure().
Add test for wgpu_canvas_context_configure().
Remove the helper function wgpu_command_encoder_begin_render_pass_1co…
Remove the helper function wgpu_command_encoder_begin_render_pass_1co…
Move assert(wgpu_get_num_live_objects() < 100) from clear_screen samp…
Move assert(wgpu_get_num_live_objects() < 100) from clear_screen samp…
Reduce hue2color() function into a macro in samples to reduce the amo…
Reduce hue2color() function into a macro in samples to reduce the amo…
Restore to earlier shell code to get default fullscreen content.
Restore to earlier shell code to get default fullscreen content.
Micro-optimize code size of wgpu_queue_submit_multiple_and_destroy().
Micro-optimize code size of wgpu_queue_submit_multiple_and_destroy().
Simplify sample code by omitting saving WGpuQueue into its own variable.
Simplify sample code by omitting saving WGpuQueue into its own variable.
Add --wasm64 parameter in test harness to run tests against Wasm64 mode.
Add --wasm64 parameter in test harness to run tests against Wasm64 mode.
Revise note about Closure minification.
Revise note about Closure minification.
Add test for offscreen_canvas_set_size().
Add test for offscreen_canvas_set_size().
Add test for wgpu_device_pop_error_scope_async().
Add test for wgpu_device_pop_error_scope_async().
Add test for wgpu_device_create_sampler().
Add test for wgpu_device_create_sampler().