Skip to content

Commit

Permalink
Bug 1599517 - Update baldrdash for changes to cranelift-wasm. r=bbouvier
Browse files Browse the repository at this point in the history
Depends on D56319

Differential Revision: https://phabricator.services.mozilla.com/D56320

UltraBlame original commit: fd374e1cf7e5770095870a36a093a04b28b615cc
  • Loading branch information
marco-c committed Dec 10, 2019
1 parent 7c1140c commit db3e7ec
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion js/src/wasm/cranelift/src/wasm2clif.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2187,7 +2187,7 @@ b
'
c
>
FuncEnvironment
TargetEnvironment
for
TransEnv
<
Expand Down Expand Up @@ -2234,6 +2234,28 @@ native_pointer_type
(
)
}
}
impl
<
'
a
'
b
'
c
>
FuncEnvironment
for
TransEnv
<
'
a
'
b
'
c
>
{
fn
make_global
(
Expand Down

0 comments on commit db3e7ec

Please sign in to comment.