deislabs / wasi-experimental-http

Experimental outbound HTTP support for WebAssembly and WASI
MIT License
136 stars 33 forks source link

Update `as-wasi` dependency in AssemblyScript client #92

Open radu-matei opened 2 years ago

radu-matei commented 2 years ago

The AssemblyScript implementation is currently pinned to v0.4.4 or as-wasi, and the new release that breaks building modules:

ERROR TS6054: File '~lib/as-wasi.ts' not found.

 import { Console } from "as-wasi";
                         ~~~~~~~~~
 in ~lib/@deislabs/wasi-experimental-http/index.ts(3,25)

We should bump as-wasi (and potentially AssemblyScript itself).

mariusa commented 2 years ago

Salut :) ping on this one, please?