hugomrdias / rabin-wasm

Rabin fingerprinting implemented in WASM
28 stars 7 forks source link

fix: make it work in the Browser #6

Closed vmx closed 5 years ago

vmx commented 5 years ago

When using in the Browser it failed due to ReferenceError: compiled is not defined.

Closes #4.