https://github.com/rexios80/uuid_wasm_test
https://github.com/rexios80/uuid_wasm_test
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rexios80/uuid_wasm_test
- Owner: Rexios80
- Created: 2024-08-29T19:19:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T19:22:45.000Z (9 months ago)
- Last Synced: 2025-03-28T08:46:15.804Z (2 months ago)
- Language: Dart
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Using the package [uuid](https://pub.dev/packages/uuid) always generates the same UUIDs in the same order when compiled to WASM
This command outputs different UUIDs every run
```console
dart test -p chrome -c dart2js
```This command outputs the same UUIDs every run
```console
dart test -p chrome -c dart2wasm
```That will output these UUIDs every run
```console
8d60e63f-bedc-44c7-a7c7-193c416b59b9
f3bb0f31-1775-49fa-b4a8-a36b3eec6a78
21e8152d-0de9-424d-ae41-d88460547d89
48e6ce02-74d1-43e3-920a-da988f9db670
8b6da832-aa6c-45a2-8356-d56074aa43a8
```