wasmerio / wasmer-js

Monorepo for Javascript WebAssembly packages by Wasmer

Home Page:https://wasmerio.github.io/wasmer-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`pkg` folder isn't included in the published npm package

kevinbarabash opened this issue · comments

This causes issues with the typescript definitions since dist/wasi.d.ts contains the following:

export * from "./pkg/wasmer_wasi_js";
import { InitInput } from "./pkg/wasmer_wasi_js";
export declare const init: (input?: InitInput | Promise<InitInput>, force?: boolean) => Promise<void>;

This is now fixed in published npm versin 1.1.1

@syrusakbary awesome! Thanks for addressing this so quickly. 🙂