Skip to content

Instantly share code, notes, and snippets.

@loganek
Created February 23, 2024 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loganek/f14b1deda29b9b69c17fe2266ee1b018 to your computer and use it in GitHub Desktop.
Save loganek/f14b1deda29b9b69c17fe2266ee1b018 to your computer and use it in GitHub Desktop.
(module
(type (;0;) (func (param i64 i64)))
(type (;1;) (func (param i32)))
(type (;2;) (func (result i64)))
(import "env" "print_time" (func $print_time (type 0)))
(import "wasi:clocks/wall-clock@0.2.0" "now" (func $__wasm_import_wall_clock_now (type 1)))
(import "wasi:clocks/monotonic-clock@0.2.0" "now" (func $__wasm_import_monotonic_clock_now (type 2)))
(func some_function (type 1) (param i32)
;; .....
)
;; ...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment