Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmd5 committed Jan 20, 2024
1 parent c543392 commit 5f75267
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions extensions/chord.runtime/ExtensionRuntime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public ExtensionRuntime(string engineVersion, IAnsiConsole standardOut, IAnsiCon
{
_engine = new Engine(new Config()
.WithReferenceTypes(false)
.WithDebugInfo(true)
.WithCraneliftDebugVerifier(true)
.WithDebugInfo(false)
.WithCraneliftDebugVerifier(false)
.WithCompilerStrategy(CompilerStrategy.Auto)
.WithBulkMemory(true)
.WithMultiMemory(true)
Expand Down
3 changes: 1 addition & 2 deletions extensions/edks/typescript/chord.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "../../src/jsonschema.json",
"name": "javascript-template",
"private": false,
"private": true,
"description": "A template for chords built with javascript",
"version": "1.0.1",
"repository": "https://github.com/betwixt-labs/bebopc",
Expand Down
1 change: 1 addition & 0 deletions extensions/edks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "javascript-example",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 5f75267

Please sign in to comment.