You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should try to keep WASM and WASI support in mind during development. This could be a good test case for changes we might need to make to the base Rust SDK to better support WASM. Quick example: this likely won't work as it currently stands since most service crates require default-features = false to work in WASM.
The text was updated successfully, but these errors were encountered:
We should try to keep WASM and WASI support in mind during development. This could be a good test case for changes we might need to make to the base Rust SDK to better support WASM. Quick example: this likely won't work as it currently stands since most service crates require
default-features = false
to work in WASM.The text was updated successfully, but these errors were encountered: