Open Chamberlain91 opened 6 years ago
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!
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!
Hey, Do you still need help with this issue, I would like to help
Feature Request
Today I found that
walt-loader
doesn't work seamlessly in a webpack environment using typescript because its missing type declarations.This is the type file I've used:
where
WebAssembly.ResultObject
is defined in@types/emscripten
.