mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-24 21:52:13 +00:00
Remove dependencies on git versions of crates
This commit is contained in:
parent
935f71afec
commit
b29c110d01
@ -93,6 +93,3 @@ wasm-bindgen = { path = '.' }
|
||||
wasm-bindgen-futures = { path = 'crates/futures' }
|
||||
js-sys = { path = 'crates/js-sys' }
|
||||
web-sys = { path = 'crates/web-sys' }
|
||||
|
||||
walrus = { git = 'https://github.com/rustwasm/walrus' }
|
||||
wasm-webidl-bindings = { git = 'https://github.com/rustwasm/wasm-webidl-bindings' }
|
||||
|
@ -25,4 +25,4 @@ wasm-bindgen-multi-value-xform = { path = '../multi-value-xform', version = '=0.
|
||||
wasm-bindgen-threads-xform = { path = '../threads-xform', version = '=0.2.53' }
|
||||
wasm-bindgen-wasm-conventions = { path = '../wasm-conventions', version = '=0.2.53' }
|
||||
wasm-bindgen-wasm-interpreter = { path = "../wasm-interpreter", version = '=0.2.53' }
|
||||
wasm-webidl-bindings = "0.5.0"
|
||||
wasm-webidl-bindings = "0.6.0"
|
||||
|
@ -5,7 +5,7 @@ use std::mem;
|
||||
|
||||
use anyhow::{anyhow, bail, Error};
|
||||
use walrus::ir::Value;
|
||||
use walrus::{DataId, FunctionId, InitExpr, InstrLocId, ValType};
|
||||
use walrus::{DataId, FunctionId, InitExpr, ValType};
|
||||
use walrus::{ExportItem, GlobalId, GlobalKind, ImportKind, MemoryId, Module};
|
||||
use wasm_bindgen_wasm_conventions as wasm_conventions;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user