Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating to wapc-toolkit #86

Merged
merged 5 commits into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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