You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.
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).
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?
The text was updated successfully, but these errors were encountered: