Roberto Huertas

Results 113 comments of Roberto Huertas

@sianlasaga I deleted it some time ago cleaning my github account. I didn't realized there was still a PR opened. It's been more than 2 years since I created the...

I'm from Barcelona/Spain but in my profile I can see Tulsa/USA.

Your `serverless.yaml` is on the root of the workspace? or is it at a specific crate level? If that's your case you can take a look at [this example](https://github.com/softprops/serverless-aws-rust-multi) that...

@paulrberg, leave it as it is so someone can pick your work and make the changes this requires. Thanks!

@sasial-dev do you have a link about its deprecation? In the meantime, I'll reopen it again.

@scripjs, I guess you have the target `wasm32-unknown-unknown` installed, right? It seems to be one of the possible causes of the error and it's likely you haven't installed it. Can...

You don't have the `wasm32-unknown-unknown` target installed. Try this: ```sh rustup target add wasm32-unknown-unknown --toolchain nightly rustup default nightly ``` Then try again. 😉

I believe something went wrong when you installed `wasm-pack` because normally it should detect whether you have `wasm-bindgen` installed or not. Just do `cargo install wasm-bindgen-cli` and let me know.

So if you do `which wasm-bindgen`, what do you get?