Can I import .wasm files from my AssemblyScript code? I know I can use the AssemblyScript loader to load .wasm files from TypeScript, but I get errors if I try to build my AssemblyScript example if I follow the instructions found on https://www.assemblyscript.org/loader.html
Long story short, I have a Rust library that I've compiled to WASM. I'd like to use that code in my AssemblyScript example. Is that possible or no?