Open Slixe opened 5 days ago
I was able to make your example work by providing some extra arguments to the typical wasm-pack
command.
The compile.py
file that I wrote be of help.
Thanks a lot, maybe it would be worth adding it in the README too ?
I thought everything was fine, but the error was on me, sorry!
@temeddix sorry to ping you, should I do a PR to add the missing part in the README.md in order to prevent any issues like mine ?
Yeah, adding relevant info to the readme file would be a big help. I'm personally busy right now, so any kind of PR for that would be greatly appreciated :)
I just came across this issue, but am running wasm-pack test
. Testing doesn't support arguments like --target=web
, so not sure if it's possible at all.
Am I understanding correctly that a nightly compiler is needed in combination with passing -Z build-std=std,panic_abort
?
Hey, it's me again.
Here is the log I'm getting:
with the following minimal example (which is from your
spawn_blocking
function doc: https://github.com/Slixe/xelis-captchaBuilding with no-module or web target don't change anything.
Am I missing anything ? I've followed https://github.com/cunarist/tokio-with-wasm?tab=readme-ov-file#building-and-deploying with no success.