@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/index.js
CHANGED
|
@@ -47998,9 +47998,6 @@ class HostCallMemory {
|
|
|
47998
47998
|
}
|
|
47999
47999
|
return this.memory.loadInto(result, tryAsMemoryIndex(Number(startAddress)));
|
|
48000
48000
|
}
|
|
48001
|
-
getMemory() {
|
|
48002
|
-
return this.memory;
|
|
48003
|
-
}
|
|
48004
48001
|
}
|
|
48005
48002
|
|
|
48006
48003
|
;// CONCATENATED MODULE: ./packages/core/pvm-host-calls/host-call-registers.ts
|