mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-26 00:59:28 -05:00
Rolling to V8 11.4.183.11 (#1228)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
eb53f628f3
commit
c68038bc7d
3 changed files with 2 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# Rusty V8 Binding
|
||||
|
||||
V8 Version: 11.4.183.2
|
||||
V8 Version: 11.4.183.11
|
||||
|
||||
[![ci](https://github.com/denoland/rusty_v8/workflows/ci/badge.svg?branch=main)](https://github.com/denoland/rusty_v8/actions)
|
||||
[![crates](https://img.shields.io/crates/v/v8.svg)](https://crates.io/crates/v8)
|
||||
|
|
|
@ -7231,16 +7231,7 @@ fn wasm_streaming_callback() {
|
|||
|
||||
ws.finish();
|
||||
assert!(!scope.has_pending_background_tasks());
|
||||
assert!(global.get(scope, name).unwrap().is_null());
|
||||
|
||||
while v8::Platform::pump_message_loop(
|
||||
&v8::V8::get_current_platform(),
|
||||
scope,
|
||||
false, // don't block if there are no tasks
|
||||
) {}
|
||||
|
||||
// We did not set wasm resolve callback so V8 uses the default one that
|
||||
// runs microtasks automatically.
|
||||
let result = global.get(scope, name).unwrap();
|
||||
assert!(result.is_wasm_module_object());
|
||||
|
||||
|
|
2
v8
2
v8
|
@ -1 +1 @@
|
|||
Subproject commit 09b1430e7090eb1d3f1397276221c4e92403de57
|
||||
Subproject commit b30f0a1a72916e8ee54d1fabf79d99d2c938c879
|
Loading…
Reference in a new issue