porffor 0.28.0 → 0.28.2

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.
@@ -905,18 +905,6 @@ export const BuiltinFuncs = function() {
905
905
  }
906
906
  };
907
907
 
908
- this.__Porffor_rawType = {
909
- params: [ valtypeBinary, Valtype.i32 ],
910
- typedParams: true,
911
- locals: [],
912
- returns: [ valtypeBinary ],
913
- returnType: TYPES.number,
914
- wasm: [
915
- [ Opcodes.local_get, 1 ],
916
- Opcodes.i32_from_u
917
- ]
918
- };
919
-
920
908
  this.__Porffor_clone = {
921
909
  params: [ Valtype.i32, Valtype.i32 ],
922
910
  locals: [],