support WASM by stubs and exclusions. #916
davehorner
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I know there's complexities around wasm and iceoryx2. Instead of wraping iceoryx2 with
#[cfg(all(feature = "uses_iceoryx2", not(target_arch = "wasm32")))]
modify iceoryx2 to at least build under wasm32 target.
I'd be willing to contribute this work if there is interest.
Beta Was this translation helpful? Give feedback.
All reactions