Reading wasm module blob in Nodejs

It’s an on-going PR. The parameter owner: Blob should actually be renamed to something like “any args”.

public func installCode(canisterId: Principal, anyArgs: Blob, wasmModule: Blob): async() {

These args are encoded in the JS code.

There I guess yes in the JS code you can extend the code or modify the code to pass the parameters you want, those needed by your canister.

2 Likes