You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm making a tool for handling with wast entities, with some validation within, etc. So I'm reading /design repo and /spec repo, but I still can not find any information about (export <string> memory) expression for module.
What should it mean for runtime environment?
The text was updated successfully, but these errors were encountered:
The Bytes [0] functions we use require 4.08.1. This should only be set
on SIMD repo, since bytes is only used for SIMD implementation. By the
time we would like to merge this back into main spec, 4.08.1 should
hopefully be widespread enough for us to bump minimum version of OCaml
for spec to 4.08.1 too.
[0] https://caml.inria.fr/pub/docs/manual-ocaml/libref/Bytes.html see
"Binary encoding/decoding of integers"
Hi, i'm making a tool for handling with wast entities, with some validation within, etc. So I'm reading /design repo and /spec repo, but I still can not find any information about
(export <string> memory)
expression for module.What should it mean for runtime environment?
The text was updated successfully, but these errors were encountered: