Removeparking_lot feature flag from once_cell, as suggested by its author matklad. In summary, recent once_cell has adapted to better work with std mutexes. See the discussion here
Adapt the tests to run with wasm-pack by conditionally using wasm-bindgen-test
This PR will supersede #32 if preferred.
This PR proposes the following changes:
parking_lot
feature flag fromonce_cell
, as suggested by its authormatklad
. In summary, recentonce_cell
has adapted to better work withstd
mutexes. See the discussion herewasm-pack
by conditionally usingwasm-bindgen-test