Skip to content

ecsactsi_wasm_load_file has too many mutable parameters #29

Description

@zaucy
ECSACTSI_WASM_API_FN(ecsactsi_wasm_error, ecsactsi_wasm_load)
( //
	char*                  wasm_data,
	int                    wasm_data_size,
	int                    systems_count,
	ecsact_system_like_id* system_ids,
	const char**           wasm_exports
);

This is the current signature. The system_ids, wasm_data, and wasm_exports should all be immutable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions