@typeberry/jam 0.2.0-b6667ce → 0.2.0-c3df163
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bootstrap-importer.mjs +0 -3
- package/bootstrap-importer.mjs.map +1 -1
- package/index.js +0 -3
- package/index.js.map +1 -1
- package/package.json +1 -1
package/bootstrap-importer.mjs
CHANGED
|
@@ -21152,9 +21152,6 @@ class HostCallMemory {
|
|
|
21152
21152
|
}
|
|
21153
21153
|
return this.memory.loadInto(result, tryAsMemoryIndex(Number(startAddress)));
|
|
21154
21154
|
}
|
|
21155
|
-
getMemory() {
|
|
21156
|
-
return this.memory;
|
|
21157
|
-
}
|
|
21158
21155
|
}
|
|
21159
21156
|
|
|
21160
21157
|
;// CONCATENATED MODULE: ./packages/core/pvm-host-calls/host-call-registers.ts
|