Skip to content

Commit

Permalink
removed build manifests from wasm templates
Browse files Browse the repository at this point in the history
  • Loading branch information
krisbitney committed Oct 31, 2023
1 parent 3939cb4 commit a10464a
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 32 deletions.
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

0 comments on commit a10464a

Please sign in to comment.