Releases: loopholelabs/scale
Releases · loopholelabs/scale
v0.3.18
v0.3.17
Changes
- Adding the
random_get
WASI Syscall implementation to theTypescript
Hosts'sDisabledWASI
Polyfill
v0.3.16
Changes
- Updating the
Golang
andTypescript
API Clients by @ShivanshVij
Features
- Adding
Typescript
Client Support to the Scale Runtime by @jimmyaxod
Dependencies
- Bumping
wazero
tov1.0.1
by @codefromthecrypt
v0.3.15
Dependencies
- Bumping
scale-signature-http
tov0.3.8
v0.3.14
Fixes
- Fix a series of bugs in the JS Compiler that were introduced in
v0.3.13
Dependencies
- Bumping
scalefile
tov0.1.9
- Bumping
scale-signature
tov0.2.11
- Bumping
scale-signature-http
tov0.3.7
v0.3.14-jm-test
Testing release assets
v0.3.13
Changes
- Updating the
typescript
andgolang
API clients from the latest scale API - Removing the
webpack
loader (moved to thescalefile
package)
Dependencies
- Bumping
scalefile
tov0.1.8
- Bumping
scale-signature
tov0.2.10
- Bumping
scale-signature-http
tov0.3.6
v0.3.12
Features
- Updating the
Typescript
runtime to function properly withNextJS
- Updating the
Typescript
registry to function properly in Browser environments - Adding a
webpack
loader forTypescript
runtimes that need to import scale functions directly - Allowing the
Typescript
scale runtime to be instantiated with Promises ofScaleFunc
objects
Changes
- Changing the
registry.New
function for bothTypescript
andGolang
toregistry.Download
Dependencies
- Bumping
golang.org/x/net
tov0.7.0
- Bumping
golang.org/x/text
tov0.7.0
v0.3.11
Features
- Updated API Client to expose the new
DeleteFunction
endpoint from the Scale API
v0.3.10
Fixes
- Fixing bug in
Go
andTS
Registry implementations where the computed hashes would get encoded inbase64
instead ofhex
leading to incorrect hashes