You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when wasm-pack isn't present it fails with something like:
/home/a/Code/wasm/node_modules/@wasm-tool/wasm-pack-plugin/plugin.js:210
reject(new Error("Rust compilation."));
^
Error: Rust compilation.
at ChildProcess.<anonymous> (/home/a/Code/wasm/node_modules/@wasm-tool/wasm-pack-plugin/plugin.js:210:16)
at ChildProcess.emit (node:events:376:20)
at maybeClose (node:internal/child_process:1063:16)
at Socket.<anonymous> (node:internal/child_process:449:11)
at Socket.emit (node:events:376:20)
at Pipe.<anonymous> (node:net:666:12)
Error: failed to execute `"/usr/bin/node" "/home/a/Code/wrangler2/wranglerjs" "--output-file=/tmp/.wranglerjs_outputhwu8d" "--wasm-binding=WASM_MODULE" "--webpack-config=webpack.config.js"`: exited with exit code: 1
improve the error by checking the binary in PATH first
The text was updated successfully, but these errors were encountered:
when wasm-pack isn't present it fails with something like:
improve the error by checking the binary in PATH first
The text was updated successfully, but these errors were encountered: