npm-swipl-wasm
npm-swipl-wasm copied to clipboard
SWI-Prolog WebAssembly build as a NPM package
In light of [this comment](https://github.com/SWI-Prolog/npm-swipl-wasm/pull/143#issuecomment-1537096001) we should add some basic benchmarking here to avoid major performance regressions. We can [base it off this work](https://github.com/eyereasoner/eye-js/pull/294) (once I get it working).
The test https://github.com/SWI-Prolog/npm-swipl-wasm/blob/24e9428af4f165822dd196721acfa9bf1a71b1a1/tests/node.js#L50-L54 logs to the console even when a `print: () => {}` and `printErr: () => {}` options are added.
This issue is simply to track this comment https://github.com/SWI-Prolog/swipl-devel/pull/1108#issuecomment-1413261948
See https://github.com/rla/npm-swipl-wasm/blob/eeed9a7124a87e56b2af43d86b4ec5744821594c/package.json#L38 which should be ``` "build:wasm-docker:extract:node": "docker cp swipl-wasm:/swipl-devel/build.wasm/src/swipl.js dist/swipl/swipl.js", ```
This is likely to be an upsteam issue in `@types/emscripten`, but I do not have the time to investigate fully right now. Currently the type signature of `preRun` is `(()...
This might be a more appropriate issue to open in https://github.com/SWI-Prolog/swipl-devel/ down the line; but I think it is fine to keep it here for now as I don't expect...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.1.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.1.0 8.1.0 (2024-08-12) 🚀 Features eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true (#9703) eslint-plugin: [no-unsafe-return]...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.8.1. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.8.1 8.8.1 (2024-10-07) 🩹 Fixes eslint-plugin: stop warning on @ts-nocheck comments which aren't at the beginning of the...