Skip to content

Commit

Permalink
update wasm binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Aug 28, 2024
1 parent de9bea4 commit a6b1d97
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Binary file modified canister_templates/experimental.wasm
Binary file not shown.
Binary file modified canister_templates/stable.wasm
Binary file not shown.
6 changes: 0 additions & 6 deletions src/build/stable/utils/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// TODO should we consolidate ConsumerConfig?
// TODO should we only have stable things in here?
import { ConsumerConfig } from '../../experimental/commands/compile/open_value_sharing/consumer';

export type CandidAndMethodMeta = {
Expand All @@ -9,10 +7,6 @@ export type CandidAndMethodMeta = {

export type CandidGen = 'automatic' | 'custom' | 'http';

// TODO in stable we should detect if certain properties exist
// TODO and throw if not in experimental mode
// TODO should the experimental properties only be defined
// TODO in an experimental version of CanisterConfig?
export type CanisterConfig = {
main?: string;
custom?: {
Expand Down

0 comments on commit a6b1d97

Please sign in to comment.