Replies: 1 comment
-
There isn't a proper way to do that. If you want to do it manually, running the binary through the 25c25,26
< (import "./verify_bg.js" "__wbindgen_throw" (func $wasm_bindgen::__wbindgen_throw::h81a929e30b40f97f (type 5)))
---
> (func $wasm_bindgen::__wbindgen_throw::h81a929e30b40f97f (type 5) (param i32 i32)
> unreachable) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The wasm file generated with
wasm_bindgen
contains all the__wbindgen_placeholder__
stuff. Is it possible to remove all the bindgen imports and exports from the wasm file?To see the motivation read: risc0/risc0#299
Beta Was this translation helpful? Give feedback.
All reactions