linera-protocol
linera-protocol copied to clipboard
Consider renaming Bytecode into Bytecode{Package,Module}
"(Wasm) Bytecode" is just a format. What is instantiated into an application should probably be called a package or a module. A single bytecode file could be called BytecodeFile.
And actually, "bytecode" is unnecessarily general. Should it be called WasmModule?