Yannick Decat
Yannick Decat
@sbc100 @kripken Is this a normal behavior and there is no way to shrink data the static way when setting `MAIN_MODULE` or should I investigate further ?
@sbc100 The difference comes from the data section. In the `MAIN_MODULE=0` version the data section is a list of shrinked sections : ``` (data $1 (i32.const 238056) "\fe\03\00 ") (...
@sbc100 @kripken Is this the expected behavior? That data can’t be statically shrunk when `MAIN_MODULE` is set or should I look into it further?
@sbc100 I tried your pull request and it worked like a charm! The wasm test file is now expected to be 1.5Mb instead of 9.9Mb. So `MAIN_MODULE=0` and `MAIN_MODULE=2` eliminates...
@antfu I found out file `jsx-quotes._js_.ts` had no `jsx` version. But a duplicate would probably be useless. Should I replace `_js_` with `_jsx_` as well as it's meta property :...
Hi @9romise, thanks! I am already aware of the merge and am actively following this thread. I suggested this PR based on issue #303, while awaiting the one-package merge—not just...
I suppose I can close this PR now.
The [following pull request](https://github.com/WordPress/wordpress-playground/pull/2248) introduces Xdebug and dynamic library integration to `php-wasm-node` in JSPI mode. The next step is to support Xdebug in its default Asyncify mode. Step debugging is...
Xdebug is now available in its default Asyncify mode thanks to [#2326](https://github.com/WordPress/wordpress-playground/pull/2326). The next step is to add Xdebug support to `@php-wasm/cli` and `@wp-playground/cli`. A [pull request](https://github.com/WordPress/wordpress-playground/pull/2346) has been opened...
It is now possible to enable Xdebug on `@php-wasm/cli` and `@wp-playground/cli` with this [pull request](https://github.com/WordPress/wordpress-playground/pull/2346) . Here is how to try it : ## Testing Instructions `php/xdebug.php` ```php