Change target_arch = "wasm32" to target_family = "wasm"
Fixed the issue that trait cannot impl Send in wasm
Export MissedTickBehavior on Interval
Optimize the timeout implementation of Yamux in WASM, use web-time on the browser, and use session-independent atomic size in WASI(Currently, tentacle does not support WASI, but Yamux and secio do.)
target_arch = "wasm32"
totarget_family = "wasm"
Send
in wasmMissedTickBehavior
onInterval