Merge pull request #882 from hvithrafn/wasm-bindgen-compat

Add index.js wrapper for wasm-bindgen compatibility
This commit is contained in:
Max Brunsfeld 2021-01-21 21:16:19 -08:00 committed by GitHub
commit da5dcba86e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1145,3 +1145,4 @@ function marshalEdit(edit) {
}
Parser.Language = Language;
Parser.Parser = Parser;