Git Product home page Git Product logo

Comments (5)

kleisauke avatar kleisauke commented on June 26, 2024 2

I just cherry-picked that PR in the emscripten-core/emscripten@3.1.29...kleisauke:wasm-vips-3.1.29 changeset with commit kleisauke/emscripten@cf6cdde.

This will be in v0.0.5.

from wasm-vips.

kleisauke avatar kleisauke commented on June 26, 2024 1

Upstream PR: emscripten-core/emscripten#18163.

from wasm-vips.

kleisauke avatar kleisauke commented on June 26, 2024 1

v0.0.5 now available.

from wasm-vips.

kleisauke avatar kleisauke commented on June 26, 2024

Hi @atjn,

It looks like a bug in Emscripten's NODERAWFS filesystem backend, on the web this works properly:

import Vips from 'wasm-vips';

const log = (type, text) => console.log(`${type}: ${text}`);
const vips = await Vips({
  print: (text) => log('stdout', text),
  printErr: (text) => log('stderr', text),
  preRun: (module) => {
    // Handy for debugging
    // module.ENV.VIPS_INFO = '1';
    // module.ENV.VIPS_LEAK = '1';

    // Hide warning messages
    module.ENV.VIPS_WARNING = '0';
  }
});

For now, I can recommend setting the VIPS_WARNING environment variable, as shown in the example above.

Upstream issue: emscripten-core/emscripten#17688

from wasm-vips.

atjn avatar atjn commented on June 26, 2024

Thank you so much for the absolutely excellent debug work here!

from wasm-vips.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.