https://github.com/speps/dwasmaa
https://github.com/speps/dwasmaa
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/speps/dwasmaa
- Owner: speps
- Created: 2020-11-10T12:55:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T08:36:28.000Z (over 5 years ago)
- Last Synced: 2026-02-13T22:47:24.191Z (4 months ago)
- Language: D
- Size: 36.1 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Partially copied from of https://github.com/adamdruppe/webassembly with heavy changes and more complete runtime.
# Building
```
dub --force --verbose --compiler=ldc2
python3 -m http.server 8080
```
and then browse to `http://localhost:8080/`
Fixed by 1c8f79f.
JS console (F12) should show
```
_aaGetY
0
_aaGetY
1
_aaGetY
2
_aaInY
3
three ok
```
But it shows
```
_aaGetY
0
_aaGetY
1
_aaGetY
2
_aaInY
0
three NOT ok
```