https://github.com/kassane/wasm3-d
D bindings for Wasm3, the fastest WebAssembly interpreter | https://github.com/wasm3/wasm3
https://github.com/kassane/wasm3-d
d dlang wasm3 webasm webassembly
Last synced: over 1 year ago
JSON representation
D bindings for Wasm3, the fastest WebAssembly interpreter | https://github.com/wasm3/wasm3
- Host: GitHub
- URL: https://github.com/kassane/wasm3-d
- Owner: kassane
- License: mit
- Created: 2024-02-25T14:44:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T17:18:51.000Z (almost 2 years ago)
- Last Synced: 2025-03-01T11:17:27.631Z (over 1 year ago)
- Topics: d, dlang, wasm3, webasm, webassembly
- Language: D
- Homepage: http://wasm3-d.dub.pm/
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wasm3-d
D bindings for Wasm3, the fastest WebAssembly interpreter
## Requires
- [LDC](https://ldc-developers.github.io) version 1.33.0 or latest-CI/nightly
## Some References
| Lang | Project |
| --- | --- |
| C | [wasm3 (official)](https://github.com/wasm3/wasm3) |
| Go | [go-wasm3](https://github.com/matiasinsaurralde/go-wasm3) |
| Rust | [wasm3-rs (official)](https://github.com/wasm3/wasm3-rs) |
| Zig | [zig-wasm3](https://github.com/alichay/zig-wasm3) |