freestrings / jsonpath

JsonPath engine written in Rust. Webassembly and Javascript support too
MIT License
122 stars 37 forks source link

Util / TextDecoder is not a constructor #64

Closed janhelleman closed 3 years ago

janhelleman commented 3 years ago

Hi guys,

might be the wrong place to ask, but I am testing this library since it might improve a lot of things on our end in terms of speed. Right now when I include the project, a browser reports "TextDecoder is not a constructor". I am new to WASM or WASM implementing packages, so I figured you guys might be able to help me out a bit.

I have a nodejs webpack setup that imports the package. Do you guys have any advice on how to approach this setup?