Open radu-matei opened 2 years ago
The AssemblyScript implementation is currently pinned to v0.4.4 or as-wasi, and the new release that breaks building modules:
as-wasi
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).
Salut :) ping on this one, please?
The AssemblyScript implementation is currently pinned to v0.4.4 or
as-wasi
, and the new release that breaks building modules:We should bump
as-wasi
(and potentially AssemblyScript itself).