Skip to content

use the latest released version of libxml2 (v2.13.1) #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paulhiggs
Copy link

Small changes needed to the various xml.js build scripts

  • libxml2 places some macro definition files in the libxml2/m4 directory, so just delete any files placed there by local buid process
  • latest version of emcc (used 3.1.61) does not support the --memory-init-file 0 option
  • configure libxml2 to build withing using dynamic modules
  • link static file into build

@dporf
Copy link

dporf commented Mar 26, 2025

It looks like Module['intArrayFromString'] in 'pre.js' should be replaced with intArrayFromString now.
Also it seems validation is executed asynchroniously now :-/

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

Successfully merging this pull request may close these issues.

2 participants