GitLab will be upgraded on 30 Jan 2023 from 2.00 pm (AEDT) to 3.00 pm (AEDT). During the update, GitLab and Mattermost services will not be available. If you have any concerns with this, please talk to us at N110 (b) CSIT building.
#include <stdint.h> #include <stdlib.h> #include "refimpl2-start.h" MuVM *mu_refimpl2_new() { return NULL; } MuVM *mu_refimpl2_new_ex(int64_t heap_size, int64_t global_size, int64_t stack_size) { return NULL; } void mu_refimpl2_close(MuVM *mvm) { }