ethers-rs/ethers-core/src/utils
Matthias Seitz ea566663d4
feat: wasm support (#390)
* feat: partial wasm32 support

* make compile for wasm32

* feat: att async-trait attr

* make compatible with wasm

* add type alias for archs

* rustfmt

* add wasm ci

* make compile with wasm-pack test

* make compile with wasm-pack test

* make compile with wasm-pack test

* make compile with wasm-pack test

* ci: disable wasmpack

* feat: use wasm timer delay

* feat: add wasm provider

* rustfmt

* misc refactor

* add wasm example

* make example a directory

* untrack error log

* move profile to root

* fix unused imports

* ci: enable wasm-pack test

* style: unify websocket implementations

* fix: typos

* fix: make policy compatible with wasm target

* chore: do not include ethers-wasm example as top level workspace member

* chore: modify wasm32 dependencies

* chore: make note about getrandom

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2021-08-23 12:56:44 +03:00
..
ganache.rs feat: support additional ganache arguments (#347) 2021-07-25 17:37:38 +03:00
geth.rs feat: implement IPC transport support (#260) 2021-04-08 09:52:31 +03:00
hash.rs chore: use latest ethabi (#253) 2021-04-01 20:02:34 +03:00
mod.rs feat: wasm support (#390) 2021-08-23 12:56:44 +03:00
setup.rs feat: add async setup utility functions (#241) 2021-03-22 13:09:12 +02:00
solc.rs feat: support parsing solc contract abi output in string and array form (#301) 2021-05-28 10:46:44 +03:00
units.rs fix: switch between units correctly (#170) 2021-01-17 14:10:30 +02:00