Skip to content

Commit 70eaf25

Browse files
committed
Adding a subtractor wasm module written in javascript
Signed-off-by: Mark Rossett <marosset@microsoft.com>
1 parent 3fddb35 commit 70eaf25

5 files changed

Lines changed: 1642 additions & 0 deletions

File tree

Justfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
build-adder:
22
cd components/adder && cargo component build
3+
4+
init-subtractor:
5+
cd components/subtractor && npm install
6+
7+
build-subtractor:
8+
cd components/subtractor && npm run build:component

0 commit comments

Comments
 (0)