Skip to content

Commit

Permalink
Merge pull request #86 from madflojo/wapc-toolkit
Browse files Browse the repository at this point in the history
Updating to wapc-toolkit
  • Loading branch information
madflojo authored Jan 2, 2024
2 parents 71d5497 + 2dd0767 commit 499d0c5
Show file tree
Hide file tree
Showing 40 changed files with 277 additions and 402 deletions.
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
## WebAssembly Developer Resources

* [Go SDK](https://pkg.go.dev/github.com/tarmac-project/tarmac/pkg/sdk)
* [Toolkit](developers/toolkit.md)
* [Toolkit](https://github.com/tarmac-project/wapc-toolkit)
* [GitHub](https://github.com/tarmac-project/tarmac)

125 changes: 0 additions & 125 deletions docs/developers/toolkit.md

This file was deleted.

1 change: 1 addition & 0 deletions example/echo/go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package main

import (
"fmt"

"github.com/tarmac-project/tarmac/pkg/sdk"
)

Expand Down
1 change: 1 addition & 0 deletions example/tac/go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package main

import (
"fmt"

"github.com/tarmac-project/tarmac/pkg/sdk"
)

Expand Down
13 changes: 0 additions & 13 deletions example/toolkit/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions example/toolkit/go.mod

This file was deleted.

53 changes: 0 additions & 53 deletions example/toolkit/go.sum

This file was deleted.

66 changes: 0 additions & 66 deletions example/toolkit/main.go

This file was deleted.

5 changes: 0 additions & 5 deletions example/toolkit/wasm/go.mod

This file was deleted.

2 changes: 0 additions & 2 deletions example/toolkit/wasm/go.sum

This file was deleted.

26 changes: 0 additions & 26 deletions example/toolkit/wasm/main.go

This file was deleted.

3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tarmac-project/tarmac

go 1.18
go 1.21.4

require (
github.com/go-sql-driver/mysql v1.7.1
Expand All @@ -13,6 +13,7 @@ require (
github.com/prometheus/client_golang v1.17.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/viper v1.18.2
github.com/tarmac-project/wapc-toolkit v0.1.0
github.com/wapc/wapc-go v0.6.2
)

Expand Down
Loading

0 comments on commit 499d0c5

Please sign in to comment.