rslib icon indicating copy to clipboard operation
rslib copied to clipboard

[Bug]: unexpected wasmLoading `fetch`

Open 9aoy opened this issue 4 months ago • 0 comments

Version

rslib 0.12.1

Details

Rslib uses wasmLoading fetch when building wasm, but wasmLoading fetch depends on __webpack_require__.p(publicPath), which is not determined when building lib.

Image

Reproduce link

none

Reproduce Steps

import a wasm file and use rslib build.

9aoy avatar Aug 18 '25 04:08 9aoy