Open daxpedda opened 2 weeks ago
So I did think that this is resolved now in webpack
, but I have no clue how to make wasm-pack
make use of that fix.
See https://github.com/webpack/webpack/issues/15566.
Fixed in https://github.com/webpack/webpack/pull/18979. Going to wait for it to merge and release.
I also went ahead and removed the wasm2js
example, as it doesn't support reference-types and there are no plans to add support.
webpack
now supports the reference type proposal, so there is no need to not enable reference type transformations when enabled via thetarget_features
section.See #4235.