wasmer-examples / hono-wasmer-starter

Hono Wasmer starter
https://hono-wasmer-starter.wasmer.app/
7 stars 1 forks source link

error: package doesn't have a "atom" volume #1

Open waalge opened 3 months ago

waalge commented 3 months ago

Cant get any hits on this error. Please point at where I should be looking if one exists.

Steps to repoduce

system: nixos

install deps

$node --version
v20.11.1
$npm --version
10.2.4
$pnpm --version
8.15.5
$wasmer --version
wasmer 4.2.7
$pnpm i 
$npm run dev

All good, as expected.

$npm run preview

> preview
> wasmer run . --net

error: The "wasmer-examples/hono-wasmer-starter@0.1.3" package doesn't have a "atom" volume
syrusakbary commented 2 months ago

Hey @waalge , can you try installing the latest alpha version of wasmer and see if that fixes your issue?

curl https://get.wasmer.io -sSfL | sh -s "v4.3.0-alpha.1"
waalge commented 2 months ago

@syrusakbary , I will circle back to this once its reached nixpkgs