core fixes

This commit is contained in:
John Smith 2022-11-29 19:22:33 -05:00
parent f7582fabb2
commit 5c0a500971
60 changed files with 98 additions and 1160 deletions

View file

@ -2,7 +2,7 @@
#![cfg(target_arch = "wasm32")]
use veilid_tools::tests::*;
use veilid_tools::*;
use wasm_bindgen_test::*;
wasm_bindgen_test_configure!(run_in_browser);