Skip to content

Commit

Permalink
base init
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Feb 25, 2024
1 parent 43a3bbf commit 38b7f70
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# wasm3-ldc
D bindings for Wasm3, the fastest WebAssembly interpreter | https://github.com/wasm3/wasm3

D bindings for Wasm3, the fastest WebAssembly interpreter

## Requires

- [LDC](https://github.com/ldc-developers/ldc) version 1.28.0 or later

## References

- https://github.com/alichay/zig-wasm3
- https://github.com/wasm3/wasm3-rs
- https://github.com/wasm3/wasm3
9 changes: 9 additions & 0 deletions dub.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"authors": [
"Matheus Catarino França"
],
"copyright": "Copyright © 2024, Matheus Catarino França",
"description": "D binding for wasm3.",
"license": "MIT",
"name": "wasm3-ldc"
}
6 changes: 6 additions & 0 deletions source/app.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import std.stdio;

void main()
{
writeln("Edit source/app.d to start your project.");
}

0 comments on commit 38b7f70

Please sign in to comment.