{build,wasmserve}: use wasmserve, drop apple_pie
This commit is contained in:
parent
ebb4b9c2fe
commit
5be9f04d85
18 changed files with 747 additions and 133 deletions
7
tools/wasmserve/test/main.zig
Normal file
7
tools/wasmserve/test/main.zig
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub fn main() void {
|
||||
var x: i16 = 1;
|
||||
x += 1;
|
||||
std.testing.expect(x == 2) catch unreachable;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue