Skip to content

Commit 203140d

Browse files
authored
Fixed up Deps, and Added some example releases for the Core (#309)
* Fixed up Deps, and Added some example releases for the Core * Fixed linting
1 parent 4416390 commit 203140d

File tree

9 files changed

+6260
-3473
lines changed

9 files changed

+6260
-3473
lines changed

core/example-builds/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Just some example wat and wasm that may be useful for testing Wasm tools and things
File renamed without changes.
File renamed without changes.

core/example-builds/core-0-5-0.wasm

39.7 KB
Binary file not shown.

core/example-builds/core-0-5-0.wasm.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/wasm/core.0.3.7.wat renamed to core/example-builds/core-0-5-0.wat

Lines changed: 5681 additions & 2911 deletions
Large diffs are not rendered by default.

core/sound/channel1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class Channel1 {
4141
// Clearing the sweep negate mode bit in NR10 after at least one sweep calculation has been made,
4242
// using the negate mode since the last trigger causes the channel to be immediately disabled.
4343
// This prevents you from having the sweep lower the frequency then raise the frequency without a trigger inbetween.
44-
if (oldSweepNegate && (!Channel1.NRx0Negate && Channel1.sweepNegateShouldDisableChannelOnClear)) {
44+
if (oldSweepNegate && !Channel1.NRx0Negate && Channel1.sweepNegateShouldDisableChannelOnClear) {
4545
Channel1.isEnabled = false;
4646
}
4747
}

package-lock.json

Lines changed: 575 additions & 560 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"@phosphor/default-theme": "^0.1.0",
108108
"@phosphor/messaging": "^1.2.2",
109109
"@phosphor/widgets": "^1.6.0",
110-
"assemblyscript": "github:AssemblyScript/assemblyscript",
110+
"assemblyscript": "^0.8.1",
111111
"babel-plugin-filter-imports": "^2.0.3",
112112
"babel-preset-env": "^1.6.1",
113113
"big-integer": "^1.6.38",

0 commit comments

Comments
 (0)