1
2
3
4

				pub const WASM_BINARY: Option<&[u8]> = Some(include_bytes!("/workspace/target/debug/wbuild/kestrel-runtime/kestrel_runtime.wasm"));
				pub const WASM_BINARY_BLOATY: Option<&[u8]> = Some(include_bytes!("/workspace/target/debug/wbuild/kestrel-runtime/kestrel_runtime.wasm"));