@typeberry/lib 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/index.cjs +0 -3
- package/index.d.ts +772 -777
- package/index.js +0 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -16511,9 +16511,6 @@ class HostCallMemory {
|
|
|
16511
16511
|
}
|
|
16512
16512
|
return this.memory.loadInto(result, tryAsMemoryIndex(Number(startAddress)));
|
|
16513
16513
|
}
|
|
16514
|
-
getMemory() {
|
|
16515
|
-
return this.memory;
|
|
16516
|
-
}
|
|
16517
16514
|
}
|
|
16518
16515
|
|
|
16519
16516
|
class HostCallRegisters {
|