package owi

  1. Overview
  2. Docs
OCaml toolchain to work with WebAssembly, including an interpreter

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.2.tar.gz
sha256=ae5f43a855d35e3362d7ae4f5d26a2e99f5abbbafceb9e970a9ac9ec48eca791
sha512=2cbd28275e1c65aa8f16d945d8ed679f070e1409f45796a272c8d58eb806890ad686184c95e1b6b16b96734c3d2c1d885c9894b3386f55cc0fd3fb4a40d68a8d

doc/owi/Owi/V/index.html

Module Owi.VSource

include Value_intf.T with type vbool = Bool.t and type int32 = Int32.t and type int64 = Int64.t and type float32 = Float32.t and type float64 = Float64.t and type ref_value = Concrete_value.ref_value and type t = Concrete_value.t
Sourcetype vbool = Bool.t
Sourcetype int32 = Int32.t
Sourcetype int64 = Int64.t
Sourcetype float32 = Float32.t
Sourcetype float64 = Float64.t
type ref_value = Concrete_value.ref_value
type t = Concrete_value.t =
  1. | I32 of int32
  2. | I64 of int64
  3. | F32 of float32
  4. | F64 of float64
  5. | Ref of ref_value
Sourceval const_i32 : Int32.t -> int32
Sourceval const_i64 : Int64.t -> int64
Sourceval const_f32 : Float32.t -> float32
Sourceval const_f64 : Float64.t -> float64
val ref_func : Func_intf.t -> t
val ref_externref : 'a Type.Id.t -> 'a -> t
val ref_is_null : ref_value -> vbool
val pp : Format.formatter -> t -> unit
Sourcemodule Ref : sig ... end
Sourcemodule Bool : sig ... end
Sourcemodule F32 : sig ... end
Sourcemodule F64 : sig ... end
Sourcemodule I32 : sig ... end
Sourcemodule I64 : sig ... end
OCaml

Innovation. Community. Security.