Skip to content

Commit

Permalink
Refine TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Jul 10, 2024
1 parent 583f265 commit ebcdbf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spectec/spec/wasm-3.0/9-module.watsup
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ def $rundata_(x, DATA b^n (ACTIVE y instr*)) =
def $instantiate(store, module, externval*) : config
def $instantiate(s, module, externval*) = s'; f; instr_E* instr_D* instr_S?
---- ----
;; TODO(1, rossberg): -- Module_ok: |- module : xt_I* -> xt_E*
;; TODO(1, rossberg): -- (Externval_type: s |- externval : xt_I)*
;; TODO(1, ShinWonho rossberg, #101): -- Module_ok: |- module : xt_I* -> xt_E*
;; TODO(1, ShinWonho rossberg, #101): -- (Externval_type: s |- externval : xt_I)*
----
-- if module = MODULE type* import* func* global* table* mem* elem* data* start? export*
-- if global* = (GLOBAL globaltype expr_G)*
Expand Down Expand Up @@ -185,5 +185,5 @@ def $invoke(store, funcaddr, val*) : config
def $invoke(s, funcaddr, val*) = s; f; val* (REF.FUNC_ADDR funcaddr) (CALL_REF s.FUNCS[funcaddr].TYPE)
---- ----
-- Expand: s.FUNCS[funcaddr].TYPE ~~ FUNC (t_1* -> t_2*)
;; TODO(1, rossberg): -- (Val_type: s |- val : t_1)*
;; TODO(1, ShinWonho rossberg, #101): -- (Val_type: s |- val : t_1)*
-- if f = {MODULE {}} ;; TODO(2, rossberg): inline

0 comments on commit ebcdbf6

Please sign in to comment.