wasmerio / wasmer-js

Monorepo for Javascript WebAssembly packages by Wasmer

Home Page:https://wasmerio.github.io/wasmer-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is the source code of "wasmer_wasi_js_bg.wasm"?

llxStar opened this issue · comments

commented

Hi guys,
Thanks for wasmer-js,it is helpful to me.I want to find the source code of "wasmer_wasi_js_bg.wasm" and add my code in.I want to base on "wasmer_wasi_js_bg.wasm" to build my App.I have found wamser but not here.Can i get the source code or How can i build it?
Thanks wasmerio again!

*_bg.wasm files are generated by wasm-bindgen. They include code and/or shims that are required for your project.

@llxStar it is basically src/wasi.rs from this repo, compiled with wasm-bindgen as epilys mentioned. That of course links with the wasmer lib that you have found. Cargo takes care of the linking.