Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upType declarations for walt-loader. #129
Open
Labels
Comments
|
Other than the parts that overlap with JS I have next to zero knowledge of TypeScript. If you'd like to add some type definitions (or a types file? I don't know how that works), I would accept a PR! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Feature Request
Today I found that
walt-loaderdoesn't work seamlessly in a webpack environment using typescript because its missing type declarations.This is the type file I've used:
where
WebAssembly.ResultObjectis defined in@types/emscripten.