An open API service indexing awesome lists of open source software.

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

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) |