Skip to content

Commit

Permalink
fix: Disable Tail Calls In Near SmokeTest
Browse files Browse the repository at this point in the history
  • Loading branch information
spotandjake committed Feb 22, 2023
1 parent c626c31 commit 3a7f94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/__test__/index.gr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* grainc-flags --no-gc --no-bulk-memory */
/* grainc-flags --no-gc --no-bulk-memory --no-wasm-tail-call */
module NearTest

include "runtime/unsafe/wasmi32"
Expand Down
2 changes: 1 addition & 1 deletion cli/__test__/nearEnv.gr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* grainc-flags --no-gc --no-bulk-memory */
/* grainc-flags --no-gc --no-bulk-memory --no-wasm-tail-call */
module NearEnv

provide foreign wasm storage_read: (
Expand Down

0 comments on commit 3a7f94d

Please sign in to comment.