freestrings / jsonpath

JsonPath engine written in Rust. Webassembly and Javascript support too

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Util / TextDecoder is not a constructor

janhelleman opened this issue · comments

commented

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?