Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjaminch/rust-wasm-issue-example
Exemple for https://stackoverflow.com/questions/60882176/rust-wasm-function-string-args-blank-when-calling-async-rust-function-from-jav
https://github.com/benjaminch/rust-wasm-issue-example
Last synced: about 1 month ago
JSON representation
Exemple for https://stackoverflow.com/questions/60882176/rust-wasm-function-string-args-blank-when-calling-async-rust-function-from-jav
- Host: GitHub
- URL: https://github.com/benjaminch/rust-wasm-issue-example
- Owner: benjaminch
- Created: 2020-03-27T20:16:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T20:39:07.000Z (almost 5 years ago)
- Last Synced: 2024-10-27T05:47:52.461Z (3 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goal
This repository is made to illustrate the issue raised in this post: https://stackoverflow.com/questions/60882176/rust-wasm-function-string-args-blank-when-calling-async-rust-function-from-jav# Run
```
docker build -t wam_issue_example .
docker run -d -p 80:80 wam_issue_example
```# Reproducing
Open your browser and go to `localhost:80`, open the JS console, click on the button and observe that the params passed as args in the function:```
backend_api_domain=token=
/weddings//guests/registration/AAAA
```