binaryen-sys 0.13.0

Bindings to the binaryen library
Documentation
1
2
3
4
5
6
7
8
9
10
;; Test that the instrumentation increases the memory bounds if necessary

;; RUN: wasm-split %s --instrument -S -o - | filecheck %s

;; CHECK: (memory $0 1 1)
;; CHECK: (export "__write_profile" (func $__write_profile))

(module
  (memory $0 0 0)
)