Skip to content

Commit

Permalink
imports refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Sep 25, 2023
1 parent 5b4690e commit 6f998af
Show file tree
Hide file tree
Showing 6 changed files with 194 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# "examples/complex_types",
# "examples/func_types",
# "examples/generics",
# "examples/imports",
# "examples/init",
# "examples/inline_types",
# "examples/inspect_message",
Expand Down Expand Up @@ -114,6 +113,7 @@ jobs:
"examples/guard_functions",
"examples/heartbeat",
"examples/ic_api",
"examples/imports",
"examples/primitive_types",
"examples/principal",
"examples/query",
Expand Down
3 changes: 2 additions & 1 deletion examples/imports/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"root": "src",
"ts": "src/index.ts",
"candid": "src/index.did",
"wasm": ".azle/imports/imports.wasm.gz",
"wasm": ".azle/imports/imports.wasm",
"gzip": true,
"declarations": {
"output": "test/dfx_generated/imports",
"node_compatibility": true
Expand Down
Loading

0 comments on commit 6f998af

Please sign in to comment.