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

Small revisions and fixes For Wasm templates #1924

Open
wants to merge 8 commits into
base: origin-dev
Choose a base branch
from
Prev Previous commit
removed build manifests from wasm templates
  • Loading branch information
krisbitney committed Oct 31, 2023
commit a10464a379725336ab83adb67d5614cd1fcbcaa2
8 changes: 0 additions & 8 deletions packages/templates/wasm/assemblyscript/polywrap.build.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions packages/templates/wasm/assemblyscript/polywrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ project:
source:
module: ./src/index.ts
schema: ./polywrap.graphql
extensions:
build: ./polywrap.build.yaml
4 changes: 0 additions & 4 deletions packages/templates/wasm/golang/polywrap.build.yaml

This file was deleted.

4 changes: 1 addition & 3 deletions packages/templates/wasm/golang/polywrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ project:
type: wasm/golang
source:
schema: ./polywrap.graphql
module: ./go.mod
extensions:
build: ./polywrap.build.yaml
module: ./go.mod
4 changes: 0 additions & 4 deletions packages/templates/wasm/rust/polywrap.build.yaml

This file was deleted.

4 changes: 1 addition & 3 deletions packages/templates/wasm/rust/polywrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ project:
type: wasm/rust
source:
module: ./Cargo.toml
schema: ./polywrap.graphql
extensions:
build: ./polywrap.build.yaml
schema: ./polywrap.graphql
6 changes: 0 additions & 6 deletions packages/templates/wasm/typescript/polywrap.build.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions packages/templates/wasm/typescript/polywrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ project:
source:
schema: ./polywrap.graphql
module: ./bundled/wrap.js
extensions:
build: ./polywrap.build.yaml