Added block instruction in WASM VM
Signed-off-by: luccie-cmd <luccie@sideros.org>
This commit is contained in:
parent
e1f1441a38
commit
bbe9213573
3 changed files with 20 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ pub fn main() !void {
|
|||
//defer runtime.deinit(allocator);
|
||||
|
||||
//var parameters = [_]usize{};
|
||||
//try runtime.callExternal(allocator, "calculate_fibonacci", ¶meters);
|
||||
//try runtime.callExternal(allocator, "preinit", ¶meters);
|
||||
const w = try window.Window.create(800, 600, "sideros");
|
||||
defer w.destroy();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue