Bitlands
Bitlands
@516310460 It's basically adding: ``` export default defineNuxtConfig({ nitro: { experimental: { wasm: true } }, ... ``` to the nuxt.config.ts right? Unfortunately this produces a new error when I...
@516310460 As a reminder: I use the wasm package for the client not for the server
@danielroe Thanks for the tip! With that I can also reproduce it in stackblitz
@danielroe Any updates or things I could test? I'm not really sure if this is an issue on my side or in Nuxt
@516310460 It's basically adding: ``` export default defineNuxtConfig({ nitro: { experimental: { wasm: true } }, ... ``` to the nuxt.config.ts right? Unfortunately this produces a new error when I...
@516310460 As a reminder: I use the wasm package for the client not for the server
@danielroe Thanks for the tip! With that I can also reproduce it in stackblitz
@danielroe Any updates or things I could test? I'm not really sure if this is an issue on my side or in Nuxt
@gavinharris-dev Thank you a lot for your detailed description! Unfortunately, I have still some problems. I'm trying it with Nami and Eternl wallet. I guess eternl is still returning the...
@gavinharris-dev Thank you a lot I've found the issue. I've decoded the address to the readable string and not let it in the hex format. That's why the signer fails....