Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Using a Webassembly port of expat instead of compiling the expat binary #171

Open
marcocastignoli opened this issue Jan 7, 2019 · 0 comments

Comments

@marcocastignoli
Copy link

In order to have less dependecies it is possible to use a port of expat in Webassembly and call it directly in the node runtime instead of calling an external binary (compiled in C).

I found this library https://github.com/hildjj/expat-wasm that it aims to be as fast as the original C library.

What do you think about it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant