Can Julia execute WASM IR

There are plenty of comments about converting the entire Julia process into a WASM process, but is there any way to load and execute WASM IR in a julia environment.
I’m looking to develop a function in Rust, convert to wasm IR. Then use this function in Julia. Seems like it should be do-able.

4 Likes