Skip to content

Commit

Permalink
Update Grain bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Jan 12, 2022
1 parent d34aa59 commit e80e809
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/grain/suborbital/env.gr
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* This file was generated by witx-bindgen. Do not edit. */

import DataStructures from "runtime/dataStructures"
import WasmI32 from "runtime/unsafe/wasmi32"
import WasmI64 from "runtime/unsafe/wasmi64"
Expand Down Expand Up @@ -218,6 +216,9 @@ export let rec requestGetField: (FieldType, String, Int32) -> Int32 = (fieldType
FieldTypeState => {
result0_0 = 4n
},
FieldTypeQuery => {
result0_0 = 5n
},
}
let vec1 = key
let ptr1 = WasmI32.add(WasmI32.fromGrain(vec1), 8n)
Expand Down

0 comments on commit e80e809

Please sign in to comment.